Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm_internal.h46 struct bt_rfcomm_hdr { struct
53 struct bt_rfcomm_hdr hdr; argument
185 #define BT_RFCOMM_HDR_SIZE (sizeof(struct bt_rfcomm_hdr) + 1)
Drfcomm.c327 sizeof(struct bt_rfcomm_hdr) + 1); in bt_rfcomm_create_pdu()
350 struct bt_rfcomm_hdr *hdr; in rfcomm_send_sabm()
370 struct bt_rfcomm_hdr *hdr; in rfcomm_send_disc()
404 struct bt_rfcomm_hdr *hdr; in rfcomm_make_uih_msg()
516 struct bt_rfcomm_hdr *hdr; in rfcomm_send_dm()
657 struct bt_rfcomm_hdr *hdr; in rfcomm_send_ua()
1002 struct bt_rfcomm_hdr *hdr; in rfcomm_send_credit()
1522 struct bt_rfcomm_hdr *hdr = (void *)buf->data; in rfcomm_recv()