Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.cc521 BT_HDR* bt_hdr = in command_timed_out() local
524 bt_hdr->len = HCIC_PREAMBLE_SIZE; in command_timed_out()
525 bt_hdr->event = MSG_STACK_TO_HC_HCI_CMD; in command_timed_out()
526 bt_hdr->offset = 0; in command_timed_out()
528 uint8_t* hci_packet = reinterpret_cast<uint8_t*>(bt_hdr + 1); in command_timed_out()
536 transmit_fragment(bt_hdr, true); in command_timed_out()
538 osi_free(bt_hdr); in command_timed_out()
/system/nfc/src/nfc/include/
Dnfc_int.h138 NFC_HDR bt_hdr; /* the NCI command */ member