OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hci_packet
(Results
1 - 5
of
5
) sorted by null
/device/google/dragon/bluetooth/
vendor_interface.h
59
void HandleIncomingEvent(const hidl_vec<uint8_t>&
hci_packet
);
vendor_interface.cc
345
void VendorInterface::HandleIncomingEvent(const hidl_vec<uint8_t>&
hci_packet
) {
347
internal_command_event_match(
hci_packet
)) {
348
HC_BT_HDR* bt_hdr = WrapPacketAndCopy(HCI_PACKET_TYPE_EVENT,
hci_packet
);
355
event_cb_(
hci_packet
);
/hardware/interfaces/bluetooth/1.0/default/
vendor_interface.h
59
void HandleIncomingEvent(const hidl_vec<uint8_t>&
hci_packet
);
vendor_interface.cc
364
void VendorInterface::HandleIncomingEvent(const hidl_vec<uint8_t>&
hci_packet
) {
366
internal_command_event_match(
hci_packet
)) {
367
HC_BT_HDR* bt_hdr = WrapPacketAndCopy(HCI_PACKET_TYPE_EVENT,
hci_packet
);
374
event_cb_(
hci_packet
);
/system/bt/hci/src/
hci_layer.cc
494
uint8_t*
hci_packet
= reinterpret_cast<uint8_t*>(bt_hdr + 1);
local
496
UINT16_TO_STREAM(
hci_packet
,
498
UINT8_TO_STREAM(
hci_packet
, 0); // No parameters
Completed in 904 milliseconds