Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-os-example-ble-GattServer_ECG
BLEProcess Class Reference
Handle initialization adn shutdown of the BLE Instance. More...
#include <BLEProcess.h>
Public Member Functions | |
BLEProcess (events::EventQueue &event_queue, BLE &ble_interface) | |
Construct a BLEProcess from an event queue and a ble interface. | |
void | on_init (mbed::Callback< void(BLE &, events::EventQueue &)> cb) |
Subscription to the ble interface initialization event. | |
bool | start () |
Initialize the ble interface, configure it and start advertising. | |
void | stop () |
Close existing connections and stop the process. |
Detailed Description
Handle initialization adn shutdown of the BLE Instance.
Setup advertising payload and manage advertising state. Delegate to GattClientProcess once the connection is established.
Definition at line 39 of file BLEProcess.h.
Constructor & Destructor Documentation
BLEProcess | ( | events::EventQueue & | event_queue, |
BLE & | ble_interface | ||
) |
Construct a BLEProcess from an event queue and a ble interface.
Call start() to initiate ble processing.
Definition at line 46 of file BLEProcess.h.
Member Function Documentation
void on_init | ( | mbed::Callback< void(BLE &, events::EventQueue &)> | cb ) |
Subscription to the ble interface initialization event.
- Parameters:
-
[in] cb The callback object that will be called when the ble interface is initialized.
Definition at line 63 of file BLEProcess.h.
bool start | ( | ) |
Initialize the ble interface, configure it and start advertising.
Definition at line 71 of file BLEProcess.h.
void stop | ( | ) |
Close existing connections and stop the process.
Definition at line 99 of file BLEProcess.h.
Generated on Tue Jul 12 2022 11:26:30 by
