Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_rootcanal.cc279 uint8_t hci_evt_parameter_total_length = buf[2]; in incoming_packet_received() local
281 socketRecvAll(buf + kH4HeaderSize + kHciEvtHeaderSize, hci_evt_parameter_total_length), in incoming_packet_received()
287 … buf + kH4HeaderSize, buf + kH4HeaderSize + kHciEvtHeaderSize + hci_evt_parameter_total_length); in incoming_packet_received()
Dhci_hal_host.cc413 uint8_t hci_evt_parameter_total_length = buf[2]; in incoming_packet_received() local
416 payload_size == hci_evt_parameter_total_length, in incoming_packet_received()
419 hci_evt_parameter_total_length); in incoming_packet_received()