Home
last modified time | relevance | path

Searched defs:bt_rfcomm_dlc (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/classic/
Drfcomm.h82 struct bt_rfcomm_dlc { struct
93 struct bt_rfcomm_dlc_ops *ops; argument
94 struct bt_rfcomm_dlc *_next; argument
96 bt_security_t required_sec_level;
97 bt_rfcomm_role_t role;
99 uint16_t mtu;
100 uint8_t dlci;
101 uint8_t state;
125 int (*accept)(struct bt_conn *conn, struct bt_rfcomm_dlc **dlc); argument