1.2.2.1.1.4.71 BLE_GAP_TrafficUnlock

C

uint16_t BLE_GAP_TrafficUnlock();

Description

Unlock BLE data traffic.

Note

BLE_stack will lock BLE data traffic while BLE_GAP_EnableOneTimeAdv is called and connection established automatically.

Application should call BLE_GAP_TrafficUnlock to unlock BLE data traffic after all of necessary BLE modules are initialized.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully unlock BLE data traffic.
MBA_RES_OOMInternal memory allocation failure.