Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/include/zephyr/bluetooth/audio/
Dhas.h90 BT_HAS_PROP_AVAILABLE = BIT(1), enumerator
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dhas_test.c31 const enum bt_has_properties test_preset_properties = BT_HAS_PROP_AVAILABLE;
Dhas_client_test.c379 is_available = (gu->properties & BT_HAS_PROP_AVAILABLE) != 0; in notify_handler()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_has.c126 int err = (cp->props & BT_HAS_PROP_AVAILABLE) ? in has_set_properties()
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c1324 return (preset->properties & BT_HAS_PROP_AVAILABLE) != 0; in is_preset_available()
1598 preset->properties ^= BT_HAS_PROP_AVAILABLE; in set_preset_availability()