Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_rend.c44 LOG_MODULE_REGISTER(bt_vcp_vol_rend);
59 struct bt_vcp_vol_rend { struct
73 static struct bt_vcp_vol_rend vol_rend; argument
105 static void notify_work_reschedule(struct bt_vcp_vol_rend *inst, enum vol_rend_notify notify, in notify_work_reschedule()
122 static void notify(struct bt_vcp_vol_rend *inst, enum vol_rend_notify notify, in notify()
138 struct bt_vcp_vol_rend *inst = CONTAINER_OF(d_work, struct bt_vcp_vol_rend, notify_work); in notify_work_handler()
150 static void value_changed(struct bt_vcp_vol_rend *inst, enum vol_rend_notify notify) in value_changed()