Home
last modified time | relevance | path

Searched refs:BT_UUID_OTS_LIST_CP (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/bluetooth/central_otc/src/
Dmain.c462 (void)memcpy(&discover_uuid, BT_UUID_OTS_LIST_CP, sizeof(discover_uuid)); in discover_func()
471 } else if (bt_uuid_cmp(discover_params.uuid, BT_UUID_OTS_LIST_CP) == 0) { in discover_func()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots.c573 BT_GATT_CHARACTERISTIC(BT_UUID_OTS_LIST_CP, \
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h2750 #define BT_UUID_OTS_LIST_CP \ macro
/Zephyr-latest/subsys/bluetooth/audio/
Dmcc.c1434 } else if (!bt_uuid_cmp(chrc->uuid, BT_UUID_OTS_LIST_CP)) { in discover_otc_char_func()