Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/samples/bluetooth/central_otc/src/
Dmain.c452 (void)memcpy(&discover_uuid, BT_UUID_OTS_ACTION_CP, sizeof(discover_uuid)); in discover_func()
461 } else if (bt_uuid_cmp(discover_params.uuid, BT_UUID_OTS_ACTION_CP) == 0) { in discover_func()
/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/
Dots.c550 BT_GATT_CHARACTERISTIC(BT_UUID_OTS_ACTION_CP, \
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Duuid.h2741 #define BT_UUID_OTS_ACTION_CP \ macro
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dmcc.c1308 } else if (!bt_uuid_cmp(chrc->uuid, BT_UUID_OTS_ACTION_CP)) { in discover_otc_char_func()