OTS Object Client instance type.
Public Attributes#
Client List node.
Client status.
Last error during init.
Connection.
GATT database handles for the Object Client.
Callbacks for the higher layers.
Selected Current Object ID.
Single object feature.
Subscription status.
Selected handle index.
Selected olcp/oacp opcode.
Pointer to the target of the read operation.
Current object transfer on L2CAP channel.
Size of the current L2CAP transfer.
Offset of the current L2CAP transfer.
SDU of the current L2CAP transfer.
PDU of the current L2CAP transfer.
Prior L2CAP transfer storage.
Public Attribute Documentation#
node#
sl_slist_node_t sl_bt_ots_client::node
Client List node.
292
of file common/ots/inc/sl_bt_ots_client.h
status#
sl_bt_ots_client_status_t sl_bt_ots_client::status
Client status.
293
of file common/ots/inc/sl_bt_ots_client.h
error#
sl_status_t sl_bt_ots_client::error
Last error during init.
294
of file common/ots/inc/sl_bt_ots_client.h
connection#
uint8_t sl_bt_ots_client::connection
Connection.
295
of file common/ots/inc/sl_bt_ots_client.h
gattdb_handles#
sl_bt_ots_gattdb_handles_t sl_bt_ots_client::gattdb_handles
GATT database handles for the Object Client.
296
of file common/ots/inc/sl_bt_ots_client.h
callbacks#
sl_bt_ots_client_callbacks_t* sl_bt_ots_client::callbacks
Callbacks for the higher layers.
297
of file common/ots/inc/sl_bt_ots_client.h
current_object#
sl_bt_ots_object_id_t sl_bt_ots_client::current_object
Selected Current Object ID.
298
of file common/ots/inc/sl_bt_ots_client.h
single_object#
bool sl_bt_ots_client::single_object
Single object feature.
299
of file common/ots/inc/sl_bt_ots_client.h
subscription#
sl_bt_ots_subscription_status_t sl_bt_ots_client::subscription
Subscription status.
300
of file common/ots/inc/sl_bt_ots_client.h
active_handle_index#
uint8_t sl_bt_ots_client::active_handle_index
Selected handle index.
301
of file common/ots/inc/sl_bt_ots_client.h
active_opcode#
uint8_t sl_bt_ots_client::active_opcode
Selected olcp/oacp opcode.
302
of file common/ots/inc/sl_bt_ots_client.h
read_object#
sl_bt_ots_object_t* sl_bt_ots_client::read_object
Pointer to the target of the read operation.
303
of file common/ots/inc/sl_bt_ots_client.h
l2cap_transfer#
sl_bt_l2cap_transfer_transfer_t sl_bt_ots_client::l2cap_transfer
Current object transfer on L2CAP channel.
304
of file common/ots/inc/sl_bt_ots_client.h
active_transfer_size#
uint32_t sl_bt_ots_client::active_transfer_size
Size of the current L2CAP transfer.
305
of file common/ots/inc/sl_bt_ots_client.h
active_transfer_offset#
uint32_t sl_bt_ots_client::active_transfer_offset
Offset of the current L2CAP transfer.
306
of file common/ots/inc/sl_bt_ots_client.h
active_transfer_sdu#
uint16_t sl_bt_ots_client::active_transfer_sdu
SDU of the current L2CAP transfer.
307
of file common/ots/inc/sl_bt_ots_client.h
active_transfer_pdu#
uint16_t sl_bt_ots_client::active_transfer_pdu
PDU of the current L2CAP transfer.
308
of file common/ots/inc/sl_bt_ots_client.h
prior_channel#
sl_bt_l2cap_transfer_transfer_t sl_bt_ots_client::prior_channel
Prior L2CAP transfer storage.
309
of file common/ots/inc/sl_bt_ots_client.h
received_buffer#
uint8_t sl_bt_ots_client::received_buffer[SL_BT_OTS_CLIENT_CONFIG_WRITE_REQUEST_DATA_SIZE]
310
of file common/ots/inc/sl_bt_ots_client.h