Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Davrcp.c52 static const struct bt_avrcp_cb *avrcp_cb; variable
229 if ((avrcp_cb != NULL) && (avrcp_cb->connected != NULL)) { in avrcp_connected()
230 avrcp_cb->connected(avrcp); in avrcp_connected()
241 if ((avrcp_cb != NULL) && (avrcp_cb->disconnected != NULL)) { in avrcp_disconnected()
242 avrcp_cb->disconnected(avrcp); in avrcp_disconnected()
260 if ((avrcp_cb != NULL) && (avrcp_cb->unit_info_rsp != NULL)) { in avrcp_unit_info_handler()
269 avrcp_cb->unit_info_rsp(avrcp, &rsp); in avrcp_unit_info_handler()
284 if ((avrcp_cb != NULL) && (avrcp_cb->subunit_info_rsp != NULL)) { in avrcp_subunit_info_handler()
300 avrcp_cb->subunit_info_rsp(avrcp, &rsp); in avrcp_subunit_info_handler()
581 avrcp_cb = cb; in bt_avrcp_register_cb()
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Davrcp.c64 static struct bt_avrcp_cb avrcp_cb = { variable
79 err = bt_avrcp_register_cb(&avrcp_cb); in register_cb()