Lines Matching full:volume
65 /* Volume Control Service */
89 LOG_DBG("Set volume 0x%02x", cp->volume); in set_volume()
91 if (bt_vcp_vol_rend_set_vol(cp->volume) != 0) { in set_volume()
101 LOG_DBG("Volume Up"); in vol_up()
113 LOG_DBG("Volume Down"); in vol_down()
146 static void vcs_state_cb(struct bt_conn *conn, int err, uint8_t volume, uint8_t mute) in vcs_state_cb() argument
195 /* Volume Offset Control Service */
362 LOG_DBG("Volume Offset Control Service offset state get"); in vocs_state_get()
378 LOG_DBG("VCP CTLR Set absolute volume %d", offset); in vocs_state_set()
393 LOG_DBG("Volume Offset Control Service Audio Location get"); in vocs_audio_location_get()
510 vcp_register_param.volume = 100; in set_register_params()
557 /* Volume Control Profile */
583 static void btp_send_vcp_state_ev(struct bt_conn *conn, uint8_t att_status, uint8_t volume, in btp_send_vcp_state_ev() argument
591 ev.volume = volume; in btp_send_vcp_state_ev()
693 static void vcp_vol_ctlr_state_cb(struct bt_vcp_vol_ctlr *vol_ctlr, int err, uint8_t volume, in vcp_vol_ctlr_state_cb() argument
699 btp_send_vcp_state_ev(conn, err, volume, mute); in vcp_vol_ctlr_state_cb()
701 LOG_DBG("VCP Volume CTLR State callback"); in vcp_vol_ctlr_state_cb()
711 LOG_DBG("VCP CTLR Volume Flags callback"); in vcp_vol_ctlr_flags_cb()
721 LOG_DBG("VCP CTLR Volume down callback"); in vcp_vol_ctlr_vol_down_cb()
731 LOG_DBG("VCP CTLR Volume down callback"); in vcp_vol_ctlr_vol_up_cb()
741 LOG_DBG("VCP CTLR Volume down and unmute callback"); in vcp_vol_ctlr_unmute_vol_down_cb()
751 LOG_DBG("VCP CTLR Volume down and unmute callback"); in vcp_vol_ctlr_unmute_vol_up_cb()
761 LOG_DBG("VCP CTLR Set absolute volume callback"); in vcp_vol_ctlr_set_vol_cb()
771 LOG_DBG("VCP CTLR Volume down and unmute callback"); in vcp_vol_ctlr_unmute_cb()
781 LOG_DBG("VCP CTLR Set absolute volume callback"); in vcp_vol_ctlr_mute_cb()
837 LOG_DBG("VCP Volume Flags read"); in vcp_volume_flags_read()
851 LOG_DBG("VCP CTLR Volume down"); in vcp_ctlr_vol_down()
865 LOG_DBG("VCP CTLR Volume up"); in vcp_ctlr_vol_up()
895 LOG_DBG("VCP CTLR Unmute, Volume up"); in vcp_ctlr_unmute_vol_up()
910 LOG_DBG("VCP CTLR Set absolute volume %d", cp->volume); in vcp_ctlr_set_vol()
912 err = bt_vcp_vol_ctlr_set_vol(vol_ctlr, cp->volume); in vcp_ctlr_set_vol()