Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/src/
Ddut.c108 err = bt_l2cap_ecred_chan_connect(conn, chan_list, 0x0080); in entrypoint_dut()
/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h580 int bt_l2cap_ecred_chan_connect(struct bt_conn *conn,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/
Dmain_l2cap_send_on_connect.c101 err = bt_l2cap_ecred_chan_connect(default_conn, chans, server.psm); in connect_l2cap_channel()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/
Dmain_l2cap_userdata.c97 err = bt_l2cap_ecred_chan_connect(default_conn, chans, server.psm); in connect_l2cap_channel()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/
Dmain.c342 err = bt_l2cap_ecred_chan_connect(conn, chan_list, 0x0080); in connect_l2cap_ecred_channel()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dmain.c375 err = bt_l2cap_ecred_chan_connect(conn, chan_list, 0x0080); in connect_l2cap_ecred_channel()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c353 err = bt_l2cap_ecred_chan_connect(default_conn, l2cap_ecred_chans, psm); in cmd_ecred_connect()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/
Dmain_l2cap_ecred.c242 const int err = bt_l2cap_ecred_chan_connect(default_conn, allocated_channels, in connect_num_channels()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_l2cap.c284 err = bt_l2cap_ecred_chan_connect(conn, allocated_channels, in connect()
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c2902 int bt_l2cap_ecred_chan_connect(struct bt_conn *conn, in bt_l2cap_ecred_chan_connect() function
Datt.c3681 err = bt_l2cap_ecred_chan_connect(conn, &chan[offset], BT_EATT_PSM); in bt_eatt_connect()