Searched refs:bt_l2cap_le_lookup_tx_cid (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap_internal.h | 229 struct bt_l2cap_chan *bt_l2cap_le_lookup_tx_cid(struct bt_conn *conn,
|
D | l2cap.c | 489 struct bt_l2cap_chan *ch = bt_l2cap_le_lookup_tx_cid(conn, BT_L2CAP_CID_LE_SIG); in l2cap_send_sig() 843 chan = bt_l2cap_le_lookup_tx_cid(conn, cid); in l2cap_chan_sdu_sent() 1104 struct bt_l2cap_chan *bt_l2cap_le_lookup_tx_cid(struct bt_conn *conn, in bt_l2cap_le_lookup_tx_cid() function 1359 *chan = bt_l2cap_le_lookup_tx_cid(conn, scid); in l2cap_chan_accept() 1689 chan = bt_l2cap_le_lookup_tx_cid(conn, scid); in le_ecred_reconf_req() 1973 c = bt_l2cap_le_lookup_tx_cid(conn, dcid); in le_ecred_conn_rsp() 2139 chan = bt_l2cap_le_lookup_tx_cid(conn, cid); in le_credits()
|
D | att.c | 3174 chan = bt_l2cap_le_lookup_tx_cid(conn, BT_L2CAP_CID_ATT); in att_get_fixed_chan()
|
D | smp.c | 694 chan = bt_l2cap_le_lookup_tx_cid(conn, BT_L2CAP_CID_SMP); in smp_check_complete()
|