Home
last modified time | relevance | path

Searched refs:BT_UUID_CSIS_SIRK (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_member.c625 BT_AUDIO_CHRC(BT_UUID_CSIS_SIRK, BT_GATT_CHRC_READ | BT_GATT_CHRC_NOTIFY, \
630 BT_AUDIO_CHRC(BT_UUID_CSIS_SIRK, BT_GATT_CHRC_READ, BT_GATT_PERM_READ_ENCRYPT, read_sirk, \
780 notify(svc_inst, conn, BT_UUID_CSIS_SIRK, &svc_inst->sirk, in notify_cb()
Dcsip_set_coordinator.c728 if (bt_uuid_cmp(chrc->uuid, BT_UUID_CSIS_SIRK) == 0) { in discover_func()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h4127 #define BT_UUID_CSIS_SIRK BT_UUID_DECLARE_16(BT_UUID_CSIS_SIRK_VAL) macro