FreeRTOS:
BLE
BLE
Return to main page ↑
Functions
Functions of the BLE library.
The BLE library consists of the following functions.
IotBle_Init
Starting point. Initialize the BLE stack and its services. It is up to the application to decide when BLE should be started.
IotBle_On
Turns on the BLE radio.
IotBle_Off
Turns off the BLE radio.
IotBle_StartAdv
Start advertisements to listen for incoming connections. Triggers IotBle_StartAdvCallback_t.
IotBle_StopAdv
Stop advertisements to listen for incoming connections. Triggers IotBle_StopAdvCallback_t.
IotBle_ConnParameterUpdateRequest
Request an update of the connection parameters.
IotBle_RegisterEventCb
Used to route event to whatever service requests it.
IotBle_UnRegisterEventCb
Remove a subscription to an event. Note: API should not be invoked from within the event callback.
IotBle_RemoveBond
Remove a bonded device. Will trigger pBondedCb.
IotBle_CreateService
Create a new service.
IotBle_DeleteService
Delete a local service.
IotBle_SendIndication
Send value indication to a remote device.
IotBle_SendResponse
Send response to the remote device.
IotBle_GetConnectionInfoList
Send response to the remote device.
IotBle_GetConnectionInfo
Get connection info for a specific connection ID.
IotBle_ConfirmNumericComparisonKeys
Confirm key for numeric comparison.
Generated by
1.8.13
Last updated Tue Jun 29 2021