BLE_PXPM_ReadTpsTxPowerLevel
C
uint16_t BLE_PXPM_ReadTpsTxPowerLevel(uint16_t connHandle);Description
Read Tx Power Level value from Tx Power Service table of peer PXP Reporter device.
Application must call this API after starting BLE PXP Monitor procedure.
Parameters
| Parameter | Description |
|---|---|
| [in] connHandle | The connection handle want to be set. |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | Successfully issue read TX Power Level. |
| MBA_RES_INVALID_PARA | Invalid parameters.\n - Connection handle is not valid.\n - Service Uuid is not valid.\n - Characteristic Uuid is not valid.\n |
