Searched defs:avrcp (Results  1 – 2 of 2) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/host/classic/ | 
| D | avrcp.c | 205 	struct bt_avrcp *avrcp;  in get_new_connection()  local 219 	struct bt_avrcp *avrcp = AVRCP_KWORK(work);  in avrcp_timeout()  local 227 	struct bt_avrcp *avrcp = AVRCP_AVCTP(session);  in avrcp_connected()  local 239 	struct bt_avrcp *avrcp = AVRCP_AVCTP(session);  in avrcp_disconnected()  local 246 static void avrcp_vendor_dependent_handler(struct bt_avrcp *avrcp, struct net_buf *buf,  in avrcp_vendor_dependent_handler() 252 static void avrcp_unit_info_handler(struct bt_avrcp *avrcp, struct net_buf *buf, bt_avctp_cr_t cr)  in avrcp_unit_info_handler() 274 static void avrcp_subunit_info_handler(struct bt_avrcp *avrcp, struct net_buf *buf,  in avrcp_subunit_info_handler() 305 static void avrcp_pass_through_handler(struct bt_avrcp *avrcp, struct net_buf *buf,  in avrcp_pass_through_handler() 345 	struct bt_avrcp *avrcp = AVRCP_AVCTP(session);  in avrcp_recv()  local 408 	struct bt_avrcp *avrcp;  in avrcp_accept()  local [all …] 
 | 
| /Zephyr-latest/subsys/bluetooth/host/classic/shell/ | 
| D | avrcp.c | 35 static void avrcp_connected(struct bt_avrcp *avrcp)  in avrcp_connected() 41 static void avrcp_disconnected(struct bt_avrcp *avrcp)  in avrcp_disconnected() 46 static void avrcp_unit_info_rsp(struct bt_avrcp *avrcp, struct bt_avrcp_unit_info_rsp *rsp)  in avrcp_unit_info_rsp() 52 static void avrcp_subunit_info_rsp(struct bt_avrcp *avrcp, struct bt_avrcp_subunit_info_rsp *rsp)  in avrcp_subunit_info_rsp() 64 static void avrcp_passthrough_rsp(struct bt_avrcp *avrcp, struct bt_avrcp_passthrough_rsp *rsp)  in avrcp_passthrough_rsp()
  |