Home
last modified time | relevance | path

Searched refs:BT_OTS_DATE_TIME_FIELD_SIZE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_client.c1025 if (length <= BT_OTS_DATE_TIME_FIELD_SIZE) { in read_obj_created_cb()
1031 BT_OTS_DATE_TIME_FIELD_SIZE); in read_obj_created_cb()
1066 if (length <= BT_OTS_DATE_TIME_FIELD_SIZE) { in read_obj_modified_cb()
1071 BT_OTS_DATE_TIME_FIELD_SIZE); in read_obj_modified_cb()
1720 if ((start_len - buf->len) + BT_OTS_DATE_TIME_FIELD_SIZE > rec->len) { in decode_record()
1732 if ((start_len - buf->len) + BT_OTS_DATE_TIME_FIELD_SIZE > rec->len) { in decode_record()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h514 #define BT_OTS_DATE_TIME_FIELD_SIZE 7 macro