Home
last modified time | relevance | path

Searched refs:BT_UUID_OTS (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/bluetooth/central_otc/src/
Dmain.c246 if (bt_uuid_cmp(uuid, BT_UUID_OTS) != 0) { in eir_found()
371 if (bt_uuid_cmp(discover_params.uuid, BT_UUID_OTS) == 0) { in discover_func()
518 (void)memcpy(&discover_uuid, BT_UUID_OTS, sizeof(discover_uuid)); in connected()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_ots.c156 if (conn && bt_uuid_cmp(&add_param->type.uuid, BT_UUID_OTS) == 0) { in ots_obj_created()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots.c548 BT_GATT_OTS_SERVICE(BT_UUID_OTS), \
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h558 #define BT_UUID_OTS \ macro
/Zephyr-latest/subsys/bluetooth/audio/
Dmcc.c1502 if (bt_uuid_cmp(include->uuid, BT_UUID_OTS)) { in discover_include_func()