Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Drfcomm_internal.h46 struct bt_rfcomm_hdr { struct
137 sizeof(struct bt_rfcomm_hdr) + 1 + (mtu) + \
188 #define BT_RFCOMM_HDR_SIZE (sizeof(struct bt_rfcomm_hdr) + 1)
A Drfcomm.c317 sizeof(struct bt_rfcomm_hdr) + 1); in bt_rfcomm_create_pdu()
322 struct bt_rfcomm_hdr *hdr; in rfcomm_send_sabm()
342 struct bt_rfcomm_hdr *hdr; in rfcomm_send_disc()
376 struct bt_rfcomm_hdr *hdr; in rfcomm_make_uih_msg()
488 struct bt_rfcomm_hdr *hdr; in rfcomm_send_dm()
596 struct bt_rfcomm_hdr *hdr; in rfcomm_send_ua()
934 struct bt_rfcomm_hdr *hdr; in rfcomm_send_credit()
1408 struct bt_rfcomm_hdr *hdr; in bt_rfcomm_dlc_send()
1454 struct bt_rfcomm_hdr *hdr = (void *)buf->data; in rfcomm_recv()

Completed in 5 milliseconds