Home
last modified time | relevance | path

Searched refs:l2cap_accept (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bluetooth/l2cap/src/
Dmain.c17 static int l2cap_accept(struct bt_conn *conn, struct bt_l2cap_server *server, in l2cap_accept() function
24 .accept = l2cap_accept,
28 .accept = l2cap_accept,
33 .accept = l2cap_accept,
38 .accept = l2cap_accept,
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_l2cap.c189 static int l2cap_accept(struct bt_conn *conn, struct bt_l2cap_server *server, in l2cap_accept() function
211 .accept = l2cap_accept,
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Dbredr.c257 static int l2cap_accept(struct bt_conn *conn, struct bt_l2cap_server *server, in l2cap_accept() function
273 .accept = l2cap_accept,
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c216 static int l2cap_accept(struct bt_conn *conn, struct bt_l2cap_server *server, in l2cap_accept() function
239 .accept = l2cap_accept,
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c2802 static int l2cap_accept(struct bt_conn *conn, struct bt_l2cap_chan **chan) in l2cap_accept() function
2831 BT_L2CAP_CHANNEL_DEFINE(le_fixed_chan, BT_L2CAP_CID_LE_SIG, l2cap_accept, NULL);