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.
current_object#
sl_bt_ots_object_id_t sl_bt_ots_server_client_db_entry_t::current_object
Selected Current Object ID.
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)
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)
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.
l2cap_transfer#
sl_bt_l2cap_transfer_transfer_t sl_bt_ots_server_client_db_entry_t::l2cap_transfer
Current object transfer channel (L2CAP channel)
l2cap_transfer_sdu#
uint16_t sl_bt_ots_server_client_db_entry_t::l2cap_transfer_sdu
SDU of the current L2CAP transfer.
l2cap_transfer_pdu#
uint16_t sl_bt_ots_server_client_db_entry_t::l2cap_transfer_pdu
PDU of the current L2CAP transfer.
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)
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.