Home
last modified time | relevance | path

Searched refs:BT_VCP_VOL_CTLR_FLAG_BUSY (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_ctlr.c80 atomic_clear_bit(vol_ctlr->flags, BT_VCP_VOL_CTLR_FLAG_BUSY); in vcp_vol_ctlr_discover_complete()
139 atomic_clear_bit(vol_ctlr->flags, BT_VCP_VOL_CTLR_FLAG_BUSY); in vcp_vol_ctlr_read_vol_state_cb()
169 atomic_clear_bit(vol_ctlr->flags, BT_VCP_VOL_CTLR_FLAG_BUSY); in vcp_vol_ctlr_read_vol_flag_cb()
281 atomic_clear_bit(vol_ctlr->flags, BT_VCP_VOL_CTLR_FLAG_BUSY); in internal_read_vol_state_cb()
323 atomic_clear_bit(vol_ctlr->flags, BT_VCP_VOL_CTLR_FLAG_BUSY); in vcp_vol_ctlr_write_vcs_cp_cb()
566 atomic_clear_bit(vol_ctlr->flags, BT_VCP_VOL_CTLR_FLAG_BUSY); in write_common_vcs_cp()
587 } else if (atomic_test_and_set_bit(vol_ctlr->flags, BT_VCP_VOL_CTLR_FLAG_BUSY)) { in vcp_vol_ctlr_common_vcs_cp()
963 if (atomic_test_and_set_bit(vol_ctlr->flags, BT_VCP_VOL_CTLR_FLAG_BUSY)) { in bt_vcp_vol_ctlr_discover()
988 atomic_clear_bit(vol_ctlr->flags, BT_VCP_VOL_CTLR_FLAG_BUSY); in bt_vcp_vol_ctlr_discover()
1109 } else if (atomic_test_and_set_bit(vol_ctlr->flags, BT_VCP_VOL_CTLR_FLAG_BUSY)) { in bt_vcp_vol_ctlr_read_state()
[all …]
Dvcp_internal.h49 BT_VCP_VOL_CTLR_FLAG_BUSY, enumerator