Searched refs:bt_hdr (Results 1 – 4 of 4) sorted by relevance
302 bool bluetooth::shim::legacy::L2cap::Write(uint16_t cid, BT_HDR* bt_hdr) { in Write() argument303 CHECK(bt_hdr != nullptr); in Write()304 const uint8_t* data = bt_hdr->data + bt_hdr->offset; in Write()305 size_t len = bt_hdr->len; in Write()318 BT_HDR* bt_hdr = in SetDownstreamCallbacks() local320 std::copy(data.begin(), data.end(), bt_hdr->data); in SetDownstreamCallbacks()321 bt_hdr->len = data.size(); in SetDownstreamCallbacks()325 base::Unretained(bt_hdr))); in SetDownstreamCallbacks()
69 bool Write(uint16_t cid, BT_HDR* bt_hdr);
540 BT_HDR* bt_hdr = in command_timed_out() local543 bt_hdr->len = HCIC_PREAMBLE_SIZE; in command_timed_out()544 bt_hdr->event = MSG_STACK_TO_HC_HCI_CMD; in command_timed_out()545 bt_hdr->offset = 0; in command_timed_out()547 uint8_t* hci_packet = reinterpret_cast<uint8_t*>(bt_hdr + 1); in command_timed_out()554 transmit_fragment(bt_hdr, true); in command_timed_out()556 osi_free(bt_hdr); in command_timed_out()
139 NFC_HDR bt_hdr; /* the NCI command */ member