Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.cc504 BT_HDR* bt_hdr = in command_timed_out() local
507 bt_hdr->len = HCIC_PREAMBLE_SIZE; in command_timed_out()
508 bt_hdr->event = MSG_STACK_TO_HC_HCI_CMD; in command_timed_out()
509 bt_hdr->offset = 0; in command_timed_out()
511 uint8_t* hci_packet = reinterpret_cast<uint8_t*>(bt_hdr + 1); in command_timed_out()
519 transmit_fragment(bt_hdr, true); in command_timed_out()
521 osi_free(bt_hdr); in command_timed_out()
/system/nfc/src/nfc/include/
Dnfc_int.h139 NFC_HDR bt_hdr; /* the NCI command */ member