Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_internal.h57 uint8_t vol_flags; member
Dvcp_vol_ctlr.c71 listener->flags(vol_ctlr, err, err == 0 ? vol_ctlr->vol_flags : 0); in vcp_vol_ctlr_vol_flags_changed()
123 } else if (handle == vol_ctlr->vol_flag_handle && length == sizeof(vol_ctlr->vol_flags)) { in vcp_vol_ctlr_notify_handler()
124 memcpy(&vol_ctlr->vol_flags, data, length); in vcp_vol_ctlr_notify_handler()
125 LOG_DBG("Volume Flags %u", vol_ctlr->vol_flags); in vcp_vol_ctlr_notify_handler()
174 if (length == sizeof(vol_ctlr->vol_flags)) { in vcp_vol_ctlr_read_vol_flag_cb()
175 memcpy(&vol_ctlr->vol_flags, data, length); in vcp_vol_ctlr_read_vol_flag_cb()
176 LOG_DBG("Volume Flags %u", vol_ctlr->vol_flags); in vcp_vol_ctlr_read_vol_flag_cb()
179 sizeof(vol_ctlr->vol_flags)); in vcp_vol_ctlr_read_vol_flag_cb()
848 vol_ctlr->vol_flags = 0; in vcp_vol_ctlr_reset()