Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dhas_internal.h42 #define BT_HAS_FEAT_PRESET_SYNC_SUPP BIT(2) macro
Dhas.c54 !BITS_CHANGED(_new_value, ((has.features & BT_HAS_FEAT_PRESET_SYNC_SUPP) != 0 ? 1 : 0))
1426 if ((has.features & BT_HAS_FEAT_PRESET_SYNC_SUPP) != 0) { in handle_control_point_op()
1432 if ((has.features & BT_HAS_FEAT_PRESET_SYNC_SUPP) != 0) { in handle_control_point_op()
1438 if ((has.features & BT_HAS_FEAT_PRESET_SYNC_SUPP) != 0) { in handle_control_point_op()
1711 has.features |= BT_HAS_FEAT_PRESET_SYNC_SUPP; in has_features_register()
Dhas_client.c926 if (sync && (inst->has.features & BT_HAS_FEAT_PRESET_SYNC_SUPP) == 0) { in bt_has_client_preset_set()
951 if (sync && (inst->has.features & BT_HAS_FEAT_PRESET_SYNC_SUPP) == 0) { in bt_has_client_preset_next()
976 if (sync && (inst->has.features & BT_HAS_FEAT_PRESET_SYNC_SUPP) == 0) { in bt_has_client_preset_prev()