BlueToe
an alternative GATT/BLE implementation
Loading...
Searching...
No Matches
List of all members
bluetoe::extend_server< server< ServerOptions... >, Options... > Struct Template Reference
Inheritance diagram for bluetoe::extend_server< server< ServerOptions... >, Options... >:
bluetoe::server< ServerOptions..., Options... >

Additional Inherited Members

- Public Member Functions inherited from bluetoe::server< ServerOptions..., Options... >
 server ()
 a server takes no runtime construction parameters
 
bool notify (const T &value)
 notifies all connected clients about this value
 
bool notify ()
 
bool indicate (const T &value)
 sends indications to all connceted clients.
 
bool indicate ()
 sends indications to all connceted clients.
 
bool configured_for_indications (const details::client_characteristic_configuration &) const
 returns true, if the given connection is configured to send indications for the given characteristic
 
bool configured_for_notifications (const details::client_characteristic_configuration &) const
 returns true, if the given connection is configured to send notifications for the given characteristic
 
bool configured_for_notifications_or_indications (const details::client_characteristic_configuration &) const
 returns true, if the given connection is configured to send indications or notifications for the given characteristic
 

The documentation for this struct was generated from the following file: