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.

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.


callbacks#

sl_bt_ots_server_callbacks_t* sl_bt_ots_server::callbacks

Callbacks for the higher layers.


concurrency#

uint8_t sl_bt_ots_server::concurrency

Maximum number of concurrent connections.


features#

sl_bt_ots_features_t sl_bt_ots_server::features

Features of the server.


client_db#

sl_bt_ots_server_client_db_entry_t* sl_bt_ots_server::client_db

Internal database of clients.


capabilities#

sl_bt_ots_server_capabilities_t sl_bt_ots_server::capabilities

Server capabilites.