Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_interface.h68 struct bt_l2cap_chan *bt_l2cap_br_lookup_tx_cid(struct bt_conn *conn,
Dl2cap_br.c116 struct bt_l2cap_chan *bt_l2cap_br_lookup_tx_cid(struct bt_conn *conn, in bt_l2cap_br_lookup_tx_cid() function
306 struct bt_l2cap_chan *ch = bt_l2cap_br_lookup_tx_cid(conn, cid); in bt_l2cap_br_send_cb()
1026 chan = bt_l2cap_br_lookup_tx_cid(conn, scid); in l2cap_br_conn_req()
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c712 chan = bt_l2cap_br_lookup_tx_cid(conn, BT_L2CAP_CID_BR_SMP); in smp_check_complete()