Lines Matching defs:chan

91 	struct bt_l2cap_br_chan	chan;  member
102 struct bt_l2cap_chan *chan; in bt_l2cap_br_lookup_rx_cid() local
116 struct bt_l2cap_chan *chan; in bt_l2cap_br_lookup_tx_cid() local
128 l2cap_br_chan_alloc_cid(struct bt_conn *conn, struct bt_l2cap_chan *chan) in l2cap_br_chan_alloc_cid()
155 static void l2cap_br_chan_cleanup(struct bt_l2cap_chan *chan) in l2cap_br_chan_cleanup()
161 static void l2cap_br_chan_destroy(struct bt_l2cap_chan *chan) in l2cap_br_chan_destroy()
173 struct bt_l2cap_br_chan *chan = BR_CHAN_RTX(work); in l2cap_br_rtx_timeout() local
200 static bool l2cap_br_chan_add(struct bt_conn *conn, struct bt_l2cap_chan *chan, in l2cap_br_chan_add()
229 static void l2cap_br_chan_send_req(struct bt_l2cap_br_chan *chan, in l2cap_br_chan_send_req()
283 static void connect_fixed_channel(struct bt_l2cap_br_chan *chan) in connect_fixed_channel()
298 struct bt_l2cap_chan *chan; in connect_optional_fixed_channels() local
449 struct bt_l2cap_chan *chan; in bt_l2cap_br_connected() local
506 static void l2cap_br_conf(struct bt_l2cap_chan *chan) in l2cap_br_conf()
559 l2cap_br_conn_security(struct bt_l2cap_chan *chan, const u16_t psm) in l2cap_br_conn_security()
653 static int l2cap_br_conn_req_reply(struct bt_l2cap_chan *chan, u16_t result) in l2cap_br_conn_req_reply()
671 struct bt_l2cap_chan *chan; in l2cap_br_conn_req() local
777 struct bt_l2cap_chan *chan; in l2cap_br_conf_rsp() local
891 static u16_t l2cap_br_conf_opt_mtu(struct bt_l2cap_chan *chan, in l2cap_br_conf_opt_mtu()
922 struct bt_l2cap_chan *chan; in l2cap_br_conf_req() local
1041 struct bt_l2cap_chan *chan; in l2cap_br_remove_tx_cid() local
1065 struct bt_l2cap_br_chan *chan; in l2cap_br_disconn_req() local
1108 static void l2cap_br_connected(struct bt_l2cap_chan *chan) in l2cap_br_connected()
1113 static void l2cap_br_disconnected(struct bt_l2cap_chan *chan) in l2cap_br_disconnected()
1124 int bt_l2cap_br_chan_disconnect(struct bt_l2cap_chan *chan) in bt_l2cap_br_chan_disconnect()
1166 struct bt_l2cap_br_chan *chan; in l2cap_br_disconn_rsp() local
1189 int bt_l2cap_br_chan_connect(struct bt_conn *conn, struct bt_l2cap_chan *chan, in bt_l2cap_br_chan_connect()
1273 struct bt_l2cap_chan *chan; in l2cap_br_conn_rsp() local
1322 int bt_l2cap_br_chan_send(struct bt_l2cap_chan *chan, struct net_buf *buf) in bt_l2cap_br_chan_send()
1335 static int l2cap_br_recv(struct bt_l2cap_chan *chan, struct net_buf *buf) in l2cap_br_recv()
1397 static void l2cap_br_conn_pend(struct bt_l2cap_chan *chan, u8_t status) in l2cap_br_conn_pend()
1461 struct bt_l2cap_chan *chan; in l2cap_br_encrypt_change() local
1472 static void check_fixed_channel(struct bt_l2cap_chan *chan) in check_fixed_channel()
1484 struct bt_l2cap_chan *chan; in bt_l2cap_br_recv() local
1513 static int l2cap_br_accept(struct bt_conn *conn, struct bt_l2cap_chan **chan) in l2cap_br_accept()
1542 void bt_l2cap_br_fixed_chan_register(struct bt_l2cap_fixed_chan *chan) in bt_l2cap_br_fixed_chan_register()