Home
last modified time | relevance | path

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

1234567

/Zephyr-Core-3.7.0/tests/bluetooth/l2cap/src/
Dmain.c24 .accept = l2cap_accept,
28 .accept = l2cap_accept,
33 .accept = l2cap_accept,
38 .accept = l2cap_accept,
/Zephyr-Core-3.7.0/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-Core-3.7.0/lib/libc/minimal/source/string/
Dstrspn.c11 const char *accept) in strspn() argument
15 while ((*s != '\0') && (strchr(accept, *s) != NULL)) { in strspn()
/Zephyr-Core-3.7.0/samples/bluetooth/peripheral_accept_list/
DREADME.rst9 This application demonstrates the BLE advertising accept filter list feature.
12 accepted if the central device is on the accept list. Additionally, scan response
13 data will only be sent to devices that are on the accept list. As a result, some
15 in the scan results if the central device is not on the accept list.
/Zephyr-Core-3.7.0/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
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/tests/bluetooth/audio/mocks/src/
Diso.c43 zassert_not_null(server->accept, "server->accept is NULL"); in bt_iso_server_register()
99 err = iso_server->accept(&info, chan); in mock_bt_iso_accept()
/Zephyr-Core-3.7.0/samples/bluetooth/peripheral_sc_only/
DREADME.rst11 accept connections that are secured using security level 4 (FIPS).
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/privacy/device/
DREADME.rst11 * In device privacy mode, a scanner shall accept advertising packets from peers with any address
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/lib/libc/minimal/include/
Dstring.h37 extern size_t strspn(const char *s, const char *accept);
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dl2cap_internal.h159 int (*accept)(struct bt_conn *conn, struct bt_l2cap_chan **chan); member
166 .accept = _accept, \
/Zephyr-Core-3.7.0/samples/net/sockets/echo/src/
Dsocket_echo.c78 int client = accept(serv, (struct sockaddr *)&client_addr, in main()
/Zephyr-Core-3.7.0/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-Core-3.7.0/subsys/net/lib/lwm2m/
Dlwm2m_observation.h52 int lwm2m_engine_observation_handler(struct lwm2m_message *msg, int observe, uint16_t accept,
/Zephyr-Core-3.7.0/include/zephyr/posix/sys/
Dsocket.h30 int accept(int sock, struct sockaddr *addr, socklen_t *addrlen);
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/audio/shell/
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
180 accept :Accept call <call_index>
236 …<dbg> bt_tbs.write_call_cp: Index 0: Processed the accept opcode with status success for call inde…
/Zephyr-Core-3.7.0/samples/net/sockets/dumb_http_server/src/
Dsocket_dumb_http.c86 int client = accept(serv, (struct sockaddr *)&client_addr, in main()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/
Dcentral.c69 static struct bt_l2cap_server test_l2cap_server = {.accept = server_accept_cb}; in l2cap_server_register()
/Zephyr-Core-3.7.0/doc/connectivity/networking/api/
Dnet_pkt_filter.rst28 Packet outcome is either ``NET_OK`` to accept the packet or ``NET_DROP`` to
70 The above would accept IP packets that are 200 bytes or smaller, and drop
/Zephyr-Core-3.7.0/tests/posix/headers/src/
Dsys_socket_h.c104 zassert_not_null(accept); in ZTEST()

1234567