Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c36 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()
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dl2cap.rst41 .. doxygengroup:: bt_l2cap
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst152 this can be found in the :ref:`L2CAP API section <bt_l2cap>`.