Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 179) sorted by relevance

12345678

/Zephyr-latest/tests/bluetooth/l2cap/src/
Dmain.c24 .accept = l2cap_accept,
28 .accept = l2cap_accept,
33 .accept = l2cap_accept,
38 .accept = l2cap_accept,
/Zephyr-latest/samples/bluetooth/peripheral_accept_list/
DREADME.rst5 Advertise and accept connections only from devices on an accept list.
10 This application demonstrates the Bluetooth LE advertising accept filter list feature.
13 accepted if the central device is on the accept list. Additionally, scan response
14 data will only be sent to devices that are on the accept list. As a result, some
16 in the scan results if the central device is not on the accept list.
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_ws.c42 char accept[20]; in handle_http1_to_websocket_upgrade() local
55 mbedtls_sha1(key_accept, olen + key_len, accept); in handle_http1_to_websocket_upgrade()
57 ret = base64_encode(tmp, sizeof(tmp) - 1, &olen, accept, sizeof(accept)); in handle_http1_to_websocket_upgrade()
/Zephyr-latest/lib/libc/minimal/source/string/
Dstrspn.c11 const char *accept) in strspn() argument
15 while ((*s != '\0') && (strchr(accept, *s) != NULL)) { in strspn()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_interface.h13 int (*accept)(struct bt_conn *conn, struct bt_l2cap_chan **chan); member
19 .accept = _accept, \
Dsco_internal.h100 int (*accept)(const struct bt_sco_accept_info *info, member
Davctp_internal.h88 int (*accept)(struct bt_conn *conn, struct bt_avctp **session); member
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/
Da2dp.rst84 receive requesting config and accept
88 receive requesting establishment and accept
91 receive requesting start and accept
97 receive requesting suspend and accept
100 receive requesting release and accept
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/
Dmain_l2cap_send_on_connect.c78 static int accept(struct bt_conn *conn, struct bt_l2cap_server *server, in accept() function
88 .accept = accept,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/
Dmain_l2cap_userdata.c72 static int accept(struct bt_conn *conn, struct bt_l2cap_server *server, in accept() function
83 .accept = accept,
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/
DREADME.rst11 * In device privacy mode, a scanner shall accept advertising packets from peers with any address
/Zephyr-latest/include/zephyr/net/
Dnet_offload.h89 int (*accept)(struct net_context *context, member
287 NET_ASSERT(net_if_offload(iface)->accept); in net_offload_accept()
289 return net_if_offload(iface)->accept( in net_offload_accept()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Drfcomm.h125 int (*accept)(struct bt_conn *conn, struct bt_rfcomm_dlc **dlc); member
Dhfp_ag.h135 void (*accept)(struct bt_hfp_ag *ag); member
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/
DREADME.rst12 accept connections that are secured using security level 4 (FIPS).
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Diso.c46 zassert_not_null(server->accept, "server->accept is NULL"); in bt_iso_server_register()
102 err = iso_server->accept(&info, chan); in mock_bt_iso_accept()
/Zephyr-latest/lib/libc/minimal/include/
Dstring.h37 extern size_t strspn(const char *s, const char *accept);
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap_internal.h157 int (*accept)(struct bt_conn *conn, struct bt_l2cap_chan **chan); member
164 .accept = _accept, \
/Zephyr-latest/samples/net/sockets/echo/src/
Dsocket_echo.c78 int client = accept(serv, (struct sockaddr *)&client_addr, in main()
/Zephyr-latest/include/zephyr/posix/sys/
Dsocket.h30 int accept(int sock, struct sockaddr *addr, socklen_t *addrlen);
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_observation.h52 int lwm2m_engine_observation_handler(struct lwm2m_message *msg, int observe, uint16_t accept,
/Zephyr-latest/drivers/espi/
DKconfig.it8xxx2141 With this option enabled, EC will accept 0x81 I/O cycle from the Host.
142 This allows EC to accept 2 bytes of port 80 data written from the Host.
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dccp.rst51 accept :Accept a call [<{instance_index, gtbs}>] <id>
143 uart:~$ tbs_client accept 0 5
144 <dbg> bt_tbs_client.call_cp_callback_handler: Status: success for the accept opcode for call 0x05
182 accept :Accept call <call_index>
238 …<dbg> bt_tbs.write_call_cp: Index 0: Processed the accept opcode with status success for call inde…
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/
Ddut.c90 .accept = dut_server_accept_cb,
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/
Dsocket_dumb_http.c86 int client = accept(serv, (struct sockaddr *)&client_addr, in main()

12345678