Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c419 uint8_t type, hdr_size; in hci_hal_h4_hdl_rx_packet() local
452 hdr_size = preamble_sizes[type - 1]; in hci_hal_h4_hdl_rx_packet()
453 if (packet->len < hdr_size) { in hci_hal_h4_hdl_rx_packet()
455 type, packet->len, hdr_size); in hci_hal_h4_hdl_rx_packet()
460 stream += hdr_size - 2; in hci_hal_h4_hdl_rx_packet()
463 stream += hdr_size - 1; in hci_hal_h4_hdl_rx_packet()
467 if ((length + hdr_size) != packet->len) { in hci_hal_h4_hdl_rx_packet()
469 "pkt_len=%d", type, hdr_size, length, packet->len); in hci_hal_h4_hdl_rx_packet()
481 uint8_t hdr_size; in hci_hal_h4_hdl_rx_adv_rpt() local
497 hdr_size = preamble_sizes[type - 1]; in hci_hal_h4_hdl_rx_adv_rpt()
[all …]