Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c201 static uint16_t hci_pkt_get_len(struct net_buf *buf, in hci_pkt_get_len() function
263 pkt_len = hci_pkt_get_len(buf, &data[1], size - 1); in acl_read_cb()
273 pkt_len = hci_pkt_get_len(buf, data, size); in acl_read_cb()
/Zephyr-latest/subsys/usb/device_next/class/
Dbt_hci.c273 static uint16_t hci_pkt_get_len(struct net_buf *const buf, in hci_pkt_get_len() function
329 hci_data->acl_len = hci_pkt_get_len(hci_data->acl_buf, in bt_hci_acl_out_cb()