Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_hs_hci_util.c152 out_hdr->hdh_len = get_le16(&out_hdr->hdh_len); in ble_hs_hci_util_data_hdr_strip()
Dble_hs_hci.c436 put_le16(&hci_hdr.hdh_len, OS_MBUF_PKTHDR(om_tmp)->omp_len); in ble_hs_hci_acl_hdr_prepend()
451 get_le16(&hci_hdr.hdh_len)); in ble_hs_hci_acl_hdr_prepend()
Dble_hs_hci_evt.c784 hci_hdr.hdh_len); in ble_hs_hci_evt_acl_process()
790 if (hci_hdr.hdh_len != OS_MBUF_PKTHDR(om_tmp)->omp_len) { in ble_hs_hci_evt_acl_process()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/include/nimble/
Dhci_common.h1522 uint16_t hdh_len; member