Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5_driver.c163 uint16_t acl_len; in hci_h5_acl_recv() local
172 acl_len = (data[3] << 8) | data[2]; in hci_h5_acl_recv()
174 if (data_len < acl_len + 4) { in hci_h5_acl_recv()
185 net_buf_add_mem(buf, data, acl_len + 4); in hci_h5_acl_recv()
A Dh4_driver.c251 uint16_t acl_len; in hci_acl_recv() local
267 acl_len = ((*pdata + 1) << 16) | (*(pdata)); in hci_acl_recv()
272 if (len < acl_len + 5) { in hci_acl_recv()
285 net_buf_add_mem(buf, data + 1, acl_len + 4); in hci_acl_recv()

Completed in 3 milliseconds