Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br.c33 LOG_MODULE_REGISTER(bt_l2cap_br, CONFIG_BT_L2CAP_LOG_LEVEL);
85 struct bt_l2cap_br { struct
100 static struct bt_l2cap_br bt_l2cap_br_pool[CONFIG_BT_MAX_CONN]; argument
133 struct bt_l2cap_br *br_chan_sig; in bt_l2cap_br_get_remote_fixed_chan()
140 br_chan_sig = CONTAINER_OF(chan_sig, struct bt_l2cap_br, chan.chan); in bt_l2cap_br_get_remote_fixed_chan()
426 static void l2cap_br_get_info(struct bt_l2cap_br *l2cap, uint16_t info_type) in l2cap_br_get_info()
474 static void connect_optional_fixed_channels(struct bt_l2cap_br *l2cap) in connect_optional_fixed_channels()
488 static int l2cap_br_info_rsp(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_info_rsp()
589 static int l2cap_br_info_req(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_info_req()
672 struct bt_l2cap_br *sig_ch; in bt_l2cap_br_connected()
[all …]