FreeRTOS: BLE
BLE
Return to main page ↑
IotBle_StartAdv

Start advertisements to listen for incoming connections. Triggers IotBle_StartAdvCallback_t.

Returns
Returns eBTStatusSuccess on successful call.
IotBle_StartAdv
BTStatus_t IotBle_StartAdv(IotBle_StartAdvCallback_t pStartAdvCb)
Start advertisements to listen for incoming connections. Triggers IotBle_StartAdvCallback_t.
BTStatus_t
BTStatus_t
Bluetooth Error Status .
Definition: bt_hal_manager_types.h:98
IotBle_StartAdvCallback_t
void(* IotBle_StartAdvCallback_t)(BTStatus_t status)
Callback indicating the status of start advertisement operation. Invoked on BLE_StartAdv.
Definition: iot_ble.h:261