Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_internal.h55 struct bt_vcp_vol_ctlr { struct
56 struct vcs_state state;
57 uint8_t vol_flags;
59 uint16_t start_handle;
60 uint16_t end_handle;
61 uint16_t state_handle;
62 uint16_t control_handle;
63 uint16_t vol_flag_handle;
64 struct bt_gatt_subscribe_params state_sub_params;
65 struct bt_gatt_discover_params state_sub_disc_params;
[all …]
/Zephyr-latest/tests/bluetooth/audio/cap_commander/uut/
Dvcp.c24 static struct bt_vcp_vol_ctlr { struct
30 struct bt_vcp_vol_ctlr *bt_vcp_vol_ctlr_get_by_conn(const struct bt_conn *conn) in bt_vcp_vol_ctlr_get_by_conn() argument