Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm.c1506 struct bt_rfcomm_hdr_ext *hdr_ext = (void *)buf->data; in rfcomm_recv() local
1523 msg_len = BT_RFCOMM_GET_LEN_EXTENDED(hdr_ext->hdr.length, hdr_ext->second_length); in rfcomm_recv()
1524 hdr_len = sizeof(*hdr_ext); in rfcomm_recv()