Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/
Dtester.c56 err = bt_l2cap_chan_connect(conn, &le_chan.chan, TEST_DATA_L2CAP_PSM); in entrypoint_tester()
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dl2cap.rst34 Client channels can be initiated with use of :c:func:`bt_l2cap_chan_connect`
/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h664 int bt_l2cap_chan_connect(struct bt_conn *conn, struct bt_l2cap_chan *chan,
/Zephyr-latest/subsys/bluetooth/host/classic/
Davctp.c145 return bt_l2cap_chan_connect(conn, &session->br_chan.chan, BT_L2CAP_PSM_AVCTP); in bt_avctp_connect()
Davdtp.c209 return bt_l2cap_chan_connect(session->br_chan.chan.conn, &sep->chan.chan, in avdtp_media_connect()
1181 return bt_l2cap_chan_connect(conn, &session->br_chan.chan, BT_L2CAP_PSM_AVDTP); in bt_avdtp_connect()
Drfcomm.c1709 ret = bt_l2cap_chan_connect(conn, chan, BT_L2CAP_PSM_RFCOMM); in bt_rfcomm_dlc_connect()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/
Dmain_l2cap_send_on_connect.c106 err = bt_l2cap_chan_connect(default_conn, &channel.chan, server.psm); in connect_l2cap_channel()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_l2cap.c305 err = bt_l2cap_chan_connect(conn, &ctx->ot_chan.chan, BT_GATT_OTS_L2CAP_PSM); in bt_gatt_ots_l2cap_connect()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/
Ddut.c146 return bt_l2cap_chan_connect(conn, &le_chan->chan, 0x0080); in connect_l2cap_channel()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/
Dmain.c325 err = bt_l2cap_chan_connect(conn, &le_chan->chan, 0x0080); in connect_l2cap_channel()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dmain.c348 err = bt_l2cap_chan_connect(conn, &le_chan->chan, 0x0080); in connect_l2cap_channel()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dmain.c332 err = bt_l2cap_chan_connect(conn, &le_chan->chan, 0x0080); in connect_l2cap_channel()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/
Dmain.c403 err = bt_l2cap_chan_connect(conn, &le_chan->chan, 0x0080); in connect_l2cap_channel()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c389 err = bt_l2cap_chan_connect(default_conn, &l2ch_chan.ch.chan, psm); in cmd_connect()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_l2cap.c278 err = bt_l2cap_chan_connect(conn, &chan->le.chan, psm); in connect()
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c3131 int bt_l2cap_chan_connect(struct bt_conn *conn, struct bt_l2cap_chan *chan, in bt_l2cap_chan_connect() function