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
142 sizeof(struct bt_rfcomm_hdr) + 1 + (mtu) + \
194 #define BT_RFCOMM_HDR_SIZE (sizeof(struct bt_rfcomm_hdr) + 1)
Drfcomm.c310 sizeof(struct bt_rfcomm_hdr) + 1); in bt_rfcomm_create_pdu()
333 struct bt_rfcomm_hdr *hdr; in rfcomm_send_sabm()
353 struct bt_rfcomm_hdr *hdr; in rfcomm_send_disc()
387 struct bt_rfcomm_hdr *hdr; in rfcomm_make_uih_msg()
499 struct bt_rfcomm_hdr *hdr; in rfcomm_send_dm()
640 struct bt_rfcomm_hdr *hdr; in rfcomm_send_ua()
985 struct bt_rfcomm_hdr *hdr; in rfcomm_send_credit()
1505 struct bt_rfcomm_hdr *hdr = (void *)buf->data; in rfcomm_recv()