Directory Listing Object.

Public Attributes#

uint16_t

DLO entry length.

sl_bt_ots_object_name_t

Object Name.

uint8_t

Flags indicating the content of the DLO entry.

sl_bt_ots_object_size_t

Object size: current and allocated size (optional)

Object First Created (optional)

Object Last Modified (optional)

Object properties (optional)

Public Attribute Documentation#

dls_length#

uint16_t sl_bt_ots_object_t::dls_length

DLO entry length.


Definition at line 682 of file common/ots/inc/sl_bt_ots_datatypes.h

id#

sl_bt_ots_object_id_t sl_bt_ots_object_t::id

Object ID.


Definition at line 683 of file common/ots/inc/sl_bt_ots_datatypes.h

name#

sl_bt_ots_object_name_t sl_bt_ots_object_t::name

Object Name.


Definition at line 684 of file common/ots/inc/sl_bt_ots_datatypes.h

dls_flags#

uint8_t sl_bt_ots_object_t::dls_flags

Flags indicating the content of the DLO entry.


Definition at line 685 of file common/ots/inc/sl_bt_ots_datatypes.h

type#

sl_bt_ots_object_type_t sl_bt_ots_object_t::type

Object type.


Definition at line 686 of file common/ots/inc/sl_bt_ots_datatypes.h

size#

sl_bt_ots_object_size_t sl_bt_ots_object_t::size

Object size: current and allocated size (optional)


Definition at line 688 of file common/ots/inc/sl_bt_ots_datatypes.h

first_created#

sl_bt_ots_object_first_created_t sl_bt_ots_object_t::first_created

Object First Created (optional)


Definition at line 689 of file common/ots/inc/sl_bt_ots_datatypes.h

last_modified#

sl_bt_ots_object_last_modified_t sl_bt_ots_object_t::last_modified

Object Last Modified (optional)


Definition at line 690 of file common/ots/inc/sl_bt_ots_datatypes.h

properties#

sl_bt_ots_object_properties_t sl_bt_ots_object_t::properties

Object properties (optional)


Definition at line 691 of file common/ots/inc/sl_bt_ots_datatypes.h