Home
last modified time | relevance | path

Searched refs:bt_l2cap (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dl2cap.c33 LOG_MODULE_REGISTER(bt_l2cap, CONFIG_BT_L2CAP_LOG_LEVEL);
82 struct bt_l2cap { struct
88 static struct bt_l2cap bt_l2cap_pool[CONFIG_BT_MAX_CONN];
665 static void le_conn_param_rsp(struct bt_l2cap *l2cap, struct net_buf *buf) in le_conn_param_rsp()
677 static void le_conn_param_update_req(struct bt_l2cap *l2cap, uint8_t ident, in le_conn_param_update_req()
1109 static void le_conn_req(struct bt_l2cap *l2cap, uint8_t ident, in le_conn_req()
1191 static void le_ecred_conn_req(struct bt_l2cap *l2cap, uint8_t ident, in le_ecred_conn_req()
1319 static void le_ecred_reconf_req(struct bt_l2cap *l2cap, uint8_t ident, in le_ecred_reconf_req()
1411 static void le_ecred_reconf_rsp(struct bt_l2cap *l2cap, uint8_t ident, in le_ecred_reconf_rsp()
1471 static void le_disconn_req(struct bt_l2cap *l2cap, uint8_t ident, in le_disconn_req()
[all …]
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/
Dl2cap.rst41 .. doxygengroup:: bt_l2cap
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/
Dbluetooth-arch.rst361 this can be found in the :ref:`L2CAP API section <bt_l2cap>`.