BLE_GAP_ReadAfhChannelAssessMode

C

uint16_t BLE_GAP_ReadAfhChannelAssessMode(bool *p_enable);

Description

Reads AFH channel assessment mode.

Parameters

ParameterDescription
[out] p_enablePointer to a bool containing true if the mode is enabled, otherwise false.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully read the mode.
MBA_RES_FAILThe mode is not supported.
MBA_RES_INVALID_PARAThe parameters provided are invalid.