Searched refs:BT_UUID_CAS (Results 1 – 6 of 6) sorted by relevance
29 BT_GATT_PRIMARY_SERVICE(BT_UUID_CAS),80 BT_GATT_PRIMARY_SERVICE(BT_UUID_CAS)
33 static const struct bt_uuid *cas_uuid = BT_UUID_CAS;
589 if (bt_uuid_cmp(uuid, BT_UUID_CAS) != 0) { in check_audio_support_and_connect_cb()
532 if (bt_uuid_cmp(uuid, BT_UUID_CAS) != 0) { in check_audio_support_and_connect_cb()
392 if (bt_uuid_cmp(uuid, BT_UUID_CAS) != 0) { in check_audio_support_and_connect_cb()
796 #define BT_UUID_CAS \ macro