Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/bluetooth/services/ots/
Dots_obj_manager.c40 return id - BT_OTS_OBJ_ID_MIN + 1; in obj_id_to_index()
43 return id - BT_OTS_OBJ_ID_MIN; in obj_id_to_index()
53 return BT_OTS_OBJ_ID_MIN + index - 1; in obj_index_to_id()
56 return BT_OTS_OBJ_ID_MIN + index; in obj_index_to_id()
162 if (id < BT_OTS_OBJ_ID_MIN && in bt_gatt_ots_obj_manager_obj_get()
/Zephyr-Core-2.7.6/include/bluetooth/services/
Dots.h35 #define BT_OTS_OBJ_ID_MIN 0x000000000100 macro