1.1.2.1.1.4.56 BLE_GAP_SetPathLossReportingEnable
C
uint16_t BLE_GAP_SetPathLossReportingEnable(uint16_t connHandle, bool enable);Description
Enable or disable path loss reporting for specific connection.
Parameters
| Parameter | Description |
|---|---|
| [in] connHandle | Connection handle associated with this connection. |
| [in] enable | Enable or disable path loss reporting. Set true to enable reports. |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | Successfully path loss reporting for specific connection. |
| MBA_RES_INVALID_PARA | Invalid parameters. |
| MBA_RES_COMMAND_DISALLOWED | Command disallowed. |
