COMMON IO-BLE v1.0.0
Hardware abstraction layer for Bluetooth
 
Loading...
Searching...
No Matches
Bluetooth Device Management Interface

Bluetooth HAL provides the interfaces to control the Bluetooth device, local device control and device discovery functionalities.

The common generic access profile is the starting point of Bluetooth API. The flow is the following:

  1. pxBtManagerInit
  2. pxEnable (if wished)
  3. pxGetClassicAdapter or/and pxGetLEAdapter to initialize them

The standard BT device management interface is represented by BTInterface_t

The standard BT device management callbacks can be found here Bluetooth Device Management Callbacks