BLE_GAP_ReadAfhChannelAssessMode
C
uint16_t BLE_GAP_ReadAfhChannelAssessMode(bool *p_enable);Description
Reads AFH channel assessment mode.
Parameters
| Parameter | Description |
|---|---|
| [out] p_enable | Pointer to a bool containing true if the mode is enabled, otherwise false. |
Return values
| Return value | Description |
|---|---|
| MBA_RES_SUCCESS | Successfully read the mode. |
| MBA_RES_FAIL | The mode is not supported. |
| MBA_RES_INVALID_PARA | The parameters provided are invalid. |
