Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dcsip_notify_server_test.c32 attr = bt_gatt_find_by_uuid(NULL, 0, BT_UUID_CSIS_SET_LOCK); in is_peer_subscribed()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dcsip_set_member.c642 BT_AUDIO_CHRC(BT_UUID_CSIS_SET_LOCK, \
774 notify(svc_inst, conn, BT_UUID_CSIS_SET_LOCK, &svc_inst->set_lock, in notify_cb()
864 remove_csis_char(BT_UUID_CSIS_SET_LOCK, inst->service_p); in bt_csip_set_member_register()
Dcsip_set_coordinator.c732 } else if (bt_uuid_cmp(chrc->uuid, BT_UUID_CSIS_SET_LOCK) == 0) { in discover_func()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Duuid.h4144 #define BT_UUID_CSIS_SET_LOCK \ macro