Lines Matching refs:bt_rfcomm_dlc
36 struct bt_rfcomm_dlc;
47 void (*connected)(struct bt_rfcomm_dlc *dlc);
57 void (*disconnected)(struct bt_rfcomm_dlc *dlc);
64 void (*recv)(struct bt_rfcomm_dlc *dlc, struct net_buf *buf);
71 void (*sent)(struct bt_rfcomm_dlc *dlc, int err);
82 struct bt_rfcomm_dlc { struct
94 struct bt_rfcomm_dlc *_next; argument
125 int (*accept)(struct bt_conn *conn, struct bt_rfcomm_dlc **dlc); argument
154 int bt_rfcomm_dlc_connect(struct bt_conn *conn, struct bt_rfcomm_dlc *dlc,
167 int bt_rfcomm_dlc_send(struct bt_rfcomm_dlc *dlc, struct net_buf *buf);
178 int bt_rfcomm_dlc_disconnect(struct bt_rfcomm_dlc *dlc);