Lines Matching defs:l2cap
246 static void l2cap_br_get_info(struct bt_l2cap_br *l2cap, u16_t info_type) in l2cap_br_get_info()
294 static void connect_optional_fixed_channels(struct bt_l2cap_br *l2cap) in connect_optional_fixed_channels()
308 static int l2cap_br_info_rsp(struct bt_l2cap_br *l2cap, u8_t ident, in l2cap_br_info_rsp()
392 static int l2cap_br_info_req(struct bt_l2cap_br *l2cap, u8_t ident, in l2cap_br_info_req()
667 static void l2cap_br_conn_req(struct bt_l2cap_br *l2cap, u8_t ident, in l2cap_br_conn_req()
773 static void l2cap_br_conf_rsp(struct bt_l2cap_br *l2cap, u8_t ident, in l2cap_br_conf_rsp()
918 static void l2cap_br_conf_req(struct bt_l2cap_br *l2cap, u8_t ident, in l2cap_br_conf_req()
1061 static void l2cap_br_disconn_req(struct bt_l2cap_br *l2cap, u8_t ident, in l2cap_br_disconn_req()
1162 static void l2cap_br_disconn_rsp(struct bt_l2cap_br *l2cap, u8_t ident, in l2cap_br_disconn_rsp()
1269 static void l2cap_br_conn_rsp(struct bt_l2cap_br *l2cap, u8_t ident, in l2cap_br_conn_rsp()
1337 struct bt_l2cap_br *l2cap = CONTAINER_OF(chan, struct bt_l2cap_br, chan); in l2cap_br_recv() local
1525 struct bt_l2cap_br *l2cap = &bt_l2cap_br_pool[i]; in l2cap_br_accept() local