Home
last modified time | relevance | path

Searched defs:bt_vcp_vol_ctlr_cb (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h275 struct bt_vcp_vol_ctlr_cb { struct
289 void (*state)(struct bt_vcp_vol_ctlr *vol_ctlr, int err, uint8_t volume,
307 void (*flags)(struct bt_vcp_vol_ctlr *vol_ctlr, int err, uint8_t flags);
322 void (*discover)(struct bt_vcp_vol_ctlr *vol_ctlr, int err, uint8_t vocs_count,
334 void (*vol_down)(struct bt_vcp_vol_ctlr *vol_ctlr, int err);
345 void (*vol_up)(struct bt_vcp_vol_ctlr *vol_ctlr, int err);
356 void (*mute)(struct bt_vcp_vol_ctlr *vol_ctlr, int err);
367 void (*unmute)(struct bt_vcp_vol_ctlr *vol_ctlr, int err);
378 void (*vol_down_unmute)(struct bt_vcp_vol_ctlr *vol_ctlr, int err);
389 void (*vol_up_unmute)(struct bt_vcp_vol_ctlr *vol_ctlr, int err);
[all …]