Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/samples/bluetooth/hap_ha/src/
Dhas_server.c44 .properties = BT_HAS_PROP_AVAILABLE | BT_HAS_PROP_WRITABLE, in has_server_preset_init()
50 .properties = BT_HAS_PROP_AVAILABLE | BT_HAS_PROP_WRITABLE, in has_server_preset_init()
56 .properties = BT_HAS_PROP_AVAILABLE | BT_HAS_PROP_WRITABLE, in has_server_preset_init()
62 .properties = BT_HAS_PROP_AVAILABLE | BT_HAS_PROP_WRITABLE, in has_server_preset_init()
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_has.c122 int err = (cp->props & BT_HAS_PROP_AVAILABLE) ? in has_set_properties()
194 BT_HAS_PROP_WRITABLE | BT_HAS_PROP_AVAILABLE : in tester_init_has()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/
Dhas_test.c19 const enum bt_has_properties test_preset_properties = BT_HAS_PROP_AVAILABLE;
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dhas.c883 if (!(preset->properties & BT_HAS_PROP_AVAILABLE)) { in handle_set_active_preset()
902 if (!(tmp->properties & BT_HAS_PROP_AVAILABLE)) { in handle_set_next_preset()
940 if (!(tmp->properties & BT_HAS_PROP_AVAILABLE)) { in handle_set_prev_preset()
1138 if (!(preset->properties & BT_HAS_PROP_AVAILABLE)) { in bt_has_preset_available()
1142 preset->properties ^= BT_HAS_PROP_AVAILABLE; in bt_has_preset_available()
1168 if (preset->properties & BT_HAS_PROP_AVAILABLE) { in bt_has_preset_unavailable()
1172 preset->properties ^= BT_HAS_PROP_AVAILABLE; in bt_has_preset_unavailable()
1223 if (!(preset->properties & BT_HAS_PROP_AVAILABLE)) { in bt_has_preset_active_set()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dhas.h63 BT_HAS_PROP_AVAILABLE = BIT(1), enumerator