Lines Matching refs:bt_l2cap
36 LOG_MODULE_REGISTER(bt_l2cap, CONFIG_BT_L2CAP_LOG_LEVEL);
88 struct bt_l2cap { struct
94 static struct bt_l2cap bt_l2cap_pool[CONFIG_BT_MAX_CONN];
1037 static void le_conn_param_rsp(struct bt_l2cap *l2cap, struct net_buf *buf) in le_conn_param_rsp()
1049 static void le_conn_param_update_req(struct bt_l2cap *l2cap, uint8_t ident, in le_conn_param_update_req()
1438 static void le_conn_req(struct bt_l2cap *l2cap, uint8_t ident, in le_conn_req()
1520 static void le_ecred_conn_req(struct bt_l2cap *l2cap, uint8_t ident, in le_ecred_conn_req()
1648 static void le_ecred_reconf_req(struct bt_l2cap *l2cap, uint8_t ident, in le_ecred_reconf_req()
1743 static void le_ecred_reconf_rsp(struct bt_l2cap *l2cap, uint8_t ident, in le_ecred_reconf_rsp()
1803 static void le_disconn_req(struct bt_l2cap *l2cap, uint8_t ident, in le_disconn_req()
1893 static void le_ecred_conn_rsp(struct bt_l2cap *l2cap, uint8_t ident, in le_ecred_conn_rsp()
2023 static void le_conn_rsp(struct bt_l2cap *l2cap, uint8_t ident, in le_conn_rsp()
2095 static void le_disconn_rsp(struct bt_l2cap *l2cap, uint8_t ident, in le_disconn_rsp()
2120 static void le_credits(struct bt_l2cap *l2cap, uint8_t ident, in le_credits()
2158 static void reject_cmd(struct bt_l2cap *l2cap, uint8_t ident, in reject_cmd()
2173 struct bt_l2cap *l2cap = CONTAINER_OF(l2chan, struct bt_l2cap, chan); in l2cap_recv()
2809 struct bt_l2cap *l2cap = &bt_l2cap_pool[i]; in l2cap_accept()