Lines Matching refs:bt_l2cap_br

33 LOG_MODULE_REGISTER(bt_l2cap_br, CONFIG_BT_L2CAP_LOG_LEVEL);
85 struct bt_l2cap_br { struct
100 static struct bt_l2cap_br bt_l2cap_br_pool[CONFIG_BT_MAX_CONN]; argument
133 struct bt_l2cap_br *br_chan_sig; in bt_l2cap_br_get_remote_fixed_chan()
140 br_chan_sig = CONTAINER_OF(chan_sig, struct bt_l2cap_br, chan.chan); in bt_l2cap_br_get_remote_fixed_chan()
426 static void l2cap_br_get_info(struct bt_l2cap_br *l2cap, uint16_t info_type) in l2cap_br_get_info()
474 static void connect_optional_fixed_channels(struct bt_l2cap_br *l2cap) in connect_optional_fixed_channels()
488 static int l2cap_br_info_rsp(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_info_rsp()
589 static int l2cap_br_info_req(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_info_req()
672 struct bt_l2cap_br *sig_ch; in bt_l2cap_br_connected()
676 sig_ch = CONTAINER_OF(br_chan, struct bt_l2cap_br, chan); in bt_l2cap_br_connected()
984 static void l2cap_br_conn_req(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_conn_req()
1095 static void l2cap_br_conf_rsp(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_conf_rsp()
1354 static void l2cap_br_conf_req(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_conf_req()
1539 static void l2cap_br_disconn_req(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_disconn_req()
1644 static void l2cap_br_disconn_rsp(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_disconn_rsp()
1752 static void l2cap_br_conn_rsp(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_conn_rsp()
1840 static void l2cap_br_sig_handle(struct bt_l2cap_br *l2cap, struct bt_l2cap_sig_hdr *hdr, in l2cap_br_sig_handle()
1888 struct bt_l2cap_br *l2cap = CONTAINER_OF(chan, struct bt_l2cap_br, chan.chan); in l2cap_br_recv()
2047 struct bt_l2cap_br *l2cap = &bt_l2cap_br_pool[i]; in l2cap_br_accept()