Searched refs:BT_HAS_PROP_AVAILABLE (Results 1 – 5 of 5) sorted by relevance
44 .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()
122 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()
19 const enum bt_has_properties test_preset_properties = BT_HAS_PROP_AVAILABLE;
883 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()
63 BT_HAS_PROP_AVAILABLE = BIT(1), enumerator