Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.cc482 BT_HDR* bt_hdr = in command_timed_out() local
485 bt_hdr->len = HCIC_PREAMBLE_SIZE; in command_timed_out()
486 bt_hdr->event = MSG_STACK_TO_HC_HCI_CMD; in command_timed_out()
487 bt_hdr->offset = 0; in command_timed_out()
489 uint8_t* hci_packet = reinterpret_cast<uint8_t*>(bt_hdr + 1); in command_timed_out()
497 transmit_fragment(bt_hdr, true); in command_timed_out()
499 osi_free(bt_hdr); in command_timed_out()
/system/nfc/src/nfc/int/
Dnfc_int.h139 NFC_HDR bt_hdr; /* the NCI command */ member