Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_internal.h63 uint16_t vol_flag_handle; member
Dvcp_vol_ctlr.c123 } else if (handle == vol_ctlr->vol_flag_handle && length == sizeof(vol_ctlr->vol_flags)) { in vcp_vol_ctlr_notify_handler()
475 vol_ctlr->vol_flag_handle = chrc->value_handle; in vcs_discover_func()
853 vol_ctlr->vol_flag_handle = 0; in vcp_vol_ctlr_reset()
1141 if (vol_ctlr->vol_flag_handle == 0) { in bt_vcp_vol_ctlr_read_flags()
1151 vol_ctlr->read_params.single.handle = vol_ctlr->vol_flag_handle; in bt_vcp_vol_ctlr_read_flags()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c688 chrc_handles.vcp_handles.flags = vol_ctlr->vol_flag_handle; in vcp_vol_ctlr_discover_cb()