FreeRTOS: BLE
BLE
Return to main page ↑
IotBle_StopAdv

Stop advertisements to listen for incoming connections. Triggers IotBle_StopAdvCallback_t.

Returns
Returns eBTStatusSuccess on successful call.
BTStatus_t
BTStatus_t
Bluetooth Error Status .
Definition: bt_hal_manager_types.h:98
IotBle_StopAdv
BTStatus_t IotBle_StopAdv(IotBle_StopAdvCallback_t pStopAdvCb)
Stop advertisements to listen for incoming connections. Triggers IotBle_StopAdvCallback_t.
IotBle_StopAdvCallback_t
void(* IotBle_StopAdvCallback_t)(BTStatus_t status)
Callback indicating the status of stop advertisement operation. Invoked on BLE_StopAdv.
Definition: iot_ble.h:269