class LGATTServerClass : private _LTaskClass;
class LGATTServerClass : private _LTaskClass;
You can use the LGATTServer singleton macro to access its methods instead of instantiating this class directly.
LGATTServer.h
|
Method |
Description |
|
This function initializes Bluetooth 4.0 module and sets up a profile. | |
|
This function ejects the attached Bluetooth 4.0 peripheral devices, frees the resources and stops firing Bluetooth 4.0 events. | |
|
This function handles events for Bluetooth 4.0 and process all the requests that have been added to the event queue. You can override LGATTService if you need to get a corresponding event. |