OTS Object Server Client database item.
Public Attributes#
The connection handle that identifies the client.
Selected Current Object ID.
Pointer to Current Object Properties (or NULL if not specified)
Pointer to Current Object Size (or NULL if not specified)
Subscription status for indication to OACP, OLCP and Object Change characteristics.
Current object transfer channel (L2CAP channel)
SDU of the current L2CAP transfer.
PDU of the current L2CAP transfer.
Current transfer related operation (Read or Write)
Object used in the current transfer.
Public Attribute Documentation#
connection_handle#
uint16_t sl_bt_ots_server_client_db_entry_t::connection_handle
The connection handle that identifies the client.
261
of file common/ots/inc/sl_bt_ots_server.h
current_object#
sl_bt_ots_object_id_t sl_bt_ots_server_client_db_entry_t::current_object
Selected Current Object ID.
262
of file common/ots/inc/sl_bt_ots_server.h
current_object_properties#
sl_bt_ots_object_properties_t* sl_bt_ots_server_client_db_entry_t::current_object_properties
Pointer to Current Object Properties (or NULL if not specified)
263
of file common/ots/inc/sl_bt_ots_server.h
current_object_size#
sl_bt_ots_object_size_t* sl_bt_ots_server_client_db_entry_t::current_object_size
Pointer to Current Object Size (or NULL if not specified)
264
of file common/ots/inc/sl_bt_ots_server.h
subscription_status#
sl_bt_ots_subscription_status_t sl_bt_ots_server_client_db_entry_t::subscription_status
Subscription status for indication to OACP, OLCP and Object Change characteristics.
265
of file common/ots/inc/sl_bt_ots_server.h
l2cap_transfer#
sl_bt_l2cap_transfer_transfer_t sl_bt_ots_server_client_db_entry_t::l2cap_transfer
Current object transfer channel (L2CAP channel)
266
of file common/ots/inc/sl_bt_ots_server.h
l2cap_transfer_sdu#
uint16_t sl_bt_ots_server_client_db_entry_t::l2cap_transfer_sdu
SDU of the current L2CAP transfer.
267
of file common/ots/inc/sl_bt_ots_server.h
l2cap_transfer_pdu#
uint16_t sl_bt_ots_server_client_db_entry_t::l2cap_transfer_pdu
PDU of the current L2CAP transfer.
268
of file common/ots/inc/sl_bt_ots_server.h
operation_in_progress#
sl_bt_ots_oacp_opcode_t sl_bt_ots_server_client_db_entry_t::operation_in_progress
Current transfer related operation (Read or Write)
269
of file common/ots/inc/sl_bt_ots_server.h
object_in_use#
sl_bt_ots_object_id_t sl_bt_ots_server_client_db_entry_t::object_in_use
Object used in the current transfer.
270
of file common/ots/inc/sl_bt_ots_server.h