Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_member.c647 BT_AUDIO_CHRC(BT_UUID_CSIS_RANK, \
695 if (bt_uuid_cmp(uuid, BT_UUID_CSIS_RANK) == 0) { in remove_csis_char()
856 remove_csis_char(BT_UUID_CSIS_RANK, inst->service_p); in bt_csip_set_member_register()
Dcsip_set_coordinator.c751 } else if (bt_uuid_cmp(chrc->uuid, BT_UUID_CSIS_RANK) == 0) { in discover_func()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h4153 #define BT_UUID_CSIS_RANK \ macro