Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/samples/bluetooth/central_otc/src/
Dmain.c387 (void)memcpy(&discover_uuid, BT_UUID_OTS_NAME, sizeof(discover_uuid)); in discover_func()
397 } else if (bt_uuid_cmp(discover_params.uuid, BT_UUID_OTS_NAME) == 0) { in discover_func()
/Zephyr-Core-3.6.0/subsys/bluetooth/services/ots/
Dots.c535 BT_GATT_CHARACTERISTIC(BT_UUID_OTS_NAME, \
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Duuid.h2678 #define BT_UUID_OTS_NAME \ macro
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/
Dmcc.c1403 } else if (!bt_uuid_cmp(chrc->uuid, BT_UUID_OTS_NAME)) { in discover_otc_char_func()