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/ |
D | dut.c | 108 err = bt_l2cap_ecred_chan_connect(conn, chan_list, 0x0080); in entrypoint_dut()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | l2cap.h | 580 int bt_l2cap_ecred_chan_connect(struct bt_conn *conn,
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/ |
D | main_l2cap_send_on_connect.c | 101 err = bt_l2cap_ecred_chan_connect(default_conn, chans, server.psm); in connect_l2cap_channel()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/ |
D | main_l2cap_userdata.c | 97 err = bt_l2cap_ecred_chan_connect(default_conn, chans, server.psm); in connect_l2cap_channel()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/ |
D | main.c | 342 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/ |
D | main.c | 375 err = bt_l2cap_ecred_chan_connect(conn, chan_list, 0x0080); in connect_l2cap_ecred_channel()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | l2cap.c | 353 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/ |
D | main_l2cap_ecred.c | 242 const int err = bt_l2cap_ecred_chan_connect(default_conn, allocated_channels, in connect_num_channels()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_l2cap.c | 284 err = bt_l2cap_ecred_chan_connect(conn, allocated_channels, in connect()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap.c | 2902 int bt_l2cap_ecred_chan_connect(struct bt_conn *conn, in bt_l2cap_ecred_chan_connect() function
|
D | att.c | 3681 err = bt_l2cap_ecred_chan_connect(conn, &chan[offset], BT_EATT_PSM); in bt_eatt_connect()
|