Lines Matching refs:p_msg
45 void btm_route_sco_data(BT_HDR* p_msg);
52 void btu_hci_msg_process(BT_HDR* p_msg) { in btu_hci_msg_process() argument
54 switch (p_msg->event & BT_EVT_MASK) { in btu_hci_msg_process()
57 acl_rcv_acl_data(p_msg); in btu_hci_msg_process()
62 acl_link_segments_xmitted(p_msg); in btu_hci_msg_process()
66 btm_route_sco_data(p_msg); in btu_hci_msg_process()
70 btu_hcif_process_event((uint8_t)(p_msg->event & BT_SUB_EVT_MASK), p_msg); in btu_hci_msg_process()
71 osi_free(p_msg); in btu_hci_msg_process()
75 btu_hcif_send_cmd((uint8_t)(p_msg->event & BT_SUB_EVT_MASK), p_msg); in btu_hci_msg_process()
79 IsoManager::GetInstance()->HandleIsoData(p_msg); in btu_hci_msg_process()
80 osi_free(p_msg); in btu_hci_msg_process()
84 osi_free(p_msg); in btu_hci_msg_process()