Defines Embedded BLE Class.
|
InstanceID_t | getInstanceID (void) const |
| Fetch the ID of a BLE instance. More...
|
|
ble_error_t | init (void(*callback)(void)) |
| Initialize the Embedded BLE stack/controller.
|
|
ble_error_t | shutdown (void) |
| Shutdown the Embedded BLE stack/controller.
|
|
ble_error_t | reset (void) |
| Reset the Embedded BLE stack/controller - think of it is a s/w reset button for BT controller.
|
|
int | hasInitialized (void) |
| Returns whether the Embedded Bluetooth stack has been initialized or not.
|
|
void | setInitialized (void) |
| Sets Embedded Bluetooth stack status to True(1).
|
|
ble_init_callback_t | get_initCallback (void) |
| Returns Embedded Bluetooth stack initialization-callback method.
|
|
Mesh & | mesh () |
| Returns Mesh instance associated with BLE.
|
|
Gap & | gap () |
| Returns GAP instance associated with BLE.
|
|