Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dhas_server.c47 .properties = BT_HAS_PROP_AVAILABLE | BT_HAS_PROP_WRITABLE, in has_server_preset_init()
53 .properties = BT_HAS_PROP_AVAILABLE | BT_HAS_PROP_WRITABLE, in has_server_preset_init()
59 .properties = BT_HAS_PROP_AVAILABLE | BT_HAS_PROP_WRITABLE, in has_server_preset_init()
65 .properties = BT_HAS_PROP_AVAILABLE | BT_HAS_PROP_WRITABLE, in has_server_preset_init()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dhas.h87 BT_HAS_PROP_WRITABLE = BIT(0), enumerator
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c1224 if (!(preset->properties & BT_HAS_PROP_WRITABLE)) { in set_preset_name()
1523 (param->properties & BT_HAS_PROP_WRITABLE) > 0) { in bt_has_preset_register()