Lines Matching defs:l2cap
623 static void le_conn_param_rsp(struct bt_l2cap *l2cap, struct net_buf *buf) in le_conn_param_rsp()
635 static void le_conn_param_update_req(struct bt_l2cap *l2cap, u8_t ident, in le_conn_param_update_req()
995 static void le_conn_req(struct bt_l2cap *l2cap, u8_t ident, in le_conn_req()
1068 static void le_ecred_conn_req(struct bt_l2cap *l2cap, u8_t ident, in le_ecred_conn_req()
1170 static void le_ecred_reconf_req(struct bt_l2cap *l2cap, u8_t ident, in le_ecred_reconf_req()
1268 static void le_disconn_req(struct bt_l2cap *l2cap, u8_t ident, in le_disconn_req()
1355 static void le_ecred_conn_rsp(struct bt_l2cap *l2cap, u8_t ident, in le_ecred_conn_rsp()
1462 static void le_conn_rsp(struct bt_l2cap *l2cap, u8_t ident, in le_conn_rsp()
1535 static void le_disconn_rsp(struct bt_l2cap *l2cap, u8_t ident, in le_disconn_rsp()
1802 static void le_credits(struct bt_l2cap *l2cap, u8_t ident, in le_credits()
1842 static void reject_cmd(struct bt_l2cap *l2cap, u8_t ident, in reject_cmd()
1860 struct bt_l2cap *l2cap = CONTAINER_OF(chan, struct bt_l2cap, chan); in l2cap_recv() local
2321 struct bt_l2cap *l2cap = &bt_l2cap_pool[i]; in l2cap_accept() local