Lines Matching refs:BT_HDR
56 extern void hci_event_received(const base::Location& from_here, BT_HDR* packet);
57 extern void acl_event_received(BT_HDR* packet);
58 extern void sco_data_received(BT_HDR* packet);
59 extern void iso_data_received(BT_HDR* packet);
98 BT_HDR* WrapPacketAndCopy(uint16_t event, const hidl_vec<uint8_t>& data) { in WrapPacketAndCopy()
100 BT_HDR* packet = in WrapPacketAndCopy()
101 reinterpret_cast<BT_HDR*>(buffer_allocator->alloc(packet_size)); in WrapPacketAndCopy()
129 BT_HDR* packet = WrapPacketAndCopy(MSG_HC_TO_STACK_HCI_EVT, event); in hciEventReceived()
136 BT_HDR* packet = WrapPacketAndCopy(MSG_HC_TO_STACK_HCI_ACL, data); in aclDataReceived()
143 BT_HDR* packet = WrapPacketAndCopy(MSG_HC_TO_STACK_HCI_SCO, data); in scoDataReceived()
150 BT_HDR* packet = WrapPacketAndCopy(MSG_HC_TO_STACK_HCI_ISO, data); in isoDataReceived()
207 void hci_transmit(BT_HDR* packet) { in hci_transmit()
257 void hci_log_firmware_debug_packet(int fd, BT_HDR* packet) { in hci_log_firmware_debug_packet()