OTS Object Server instance type.
Public Attributes#
sl_bt_ots_gattdb_handles_t *
GATT database handles for the Object Server Instance.
Callbacks for the higher layers.
uint8_t
Maximum number of concurrent connections.
sl_bt_ots_features_t
Features of the server.
Internal database of clients.
Server capabilites.
Public Attribute Documentation#
gattdb_handles#
sl_bt_ots_gattdb_handles_t* sl_bt_ots_server::gattdb_handles
GATT database handles for the Object Server Instance.
Definition at line
277
of file common/ots/inc/sl_bt_ots_server.h
callbacks#
sl_bt_ots_server_callbacks_t* sl_bt_ots_server::callbacks
Callbacks for the higher layers.
Definition at line
278
of file common/ots/inc/sl_bt_ots_server.h
concurrency#
uint8_t sl_bt_ots_server::concurrency
Maximum number of concurrent connections.
Definition at line
279
of file common/ots/inc/sl_bt_ots_server.h
features#
sl_bt_ots_features_t sl_bt_ots_server::features
Features of the server.
Definition at line
280
of file common/ots/inc/sl_bt_ots_server.h
client_db#
sl_bt_ots_server_client_db_entry_t* sl_bt_ots_server::client_db
Internal database of clients.
Definition at line
281
of file common/ots/inc/sl_bt_ots_server.h
capabilities#
sl_bt_ots_server_capabilities_t sl_bt_ots_server::capabilities
Server capabilites.
Definition at line
282
of file common/ots/inc/sl_bt_ots_server.h