/Zephyr-latest/tests/bluetooth/l2cap/src/ |
D | main.c | 24 .accept = l2cap_accept, 28 .accept = l2cap_accept, 33 .accept = l2cap_accept, 38 .accept = l2cap_accept,
|
/Zephyr-latest/samples/bluetooth/peripheral_accept_list/ |
D | README.rst | 5 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/ |
D | http_server_ws.c | 42 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/ |
D | strspn.c | 11 const char *accept) in strspn() argument 15 while ((*s != '\0') && (strchr(accept, *s) != NULL)) { in strspn()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br_interface.h | 13 int (*accept)(struct bt_conn *conn, struct bt_l2cap_chan **chan); member 19 .accept = _accept, \
|
D | sco_internal.h | 100 int (*accept)(const struct bt_sco_accept_info *info, member
|
D | avctp_internal.h | 88 int (*accept)(struct bt_conn *conn, struct bt_avctp **session); member
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/ |
D | a2dp.rst | 84 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/ |
D | main_l2cap_send_on_connect.c | 78 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/ |
D | main_l2cap_userdata.c | 72 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/ |
D | README.rst | 11 * In device privacy mode, a scanner shall accept advertising packets from peers with any address
|
/Zephyr-latest/include/zephyr/net/ |
D | net_offload.h | 89 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/ |
D | rfcomm.h | 125 int (*accept)(struct bt_conn *conn, struct bt_rfcomm_dlc **dlc); member
|
D | hfp_ag.h | 135 void (*accept)(struct bt_hfp_ag *ag); member
|
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/ |
D | README.rst | 12 accept connections that are secured using security level 4 (FIPS).
|
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | iso.c | 46 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/ |
D | string.h | 37 extern size_t strspn(const char *s, const char *accept);
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap_internal.h | 157 int (*accept)(struct bt_conn *conn, struct bt_l2cap_chan **chan); member 164 .accept = _accept, \
|
/Zephyr-latest/samples/net/sockets/echo/src/ |
D | socket_echo.c | 78 int client = accept(serv, (struct sockaddr *)&client_addr, in main()
|
/Zephyr-latest/include/zephyr/posix/sys/ |
D | socket.h | 30 int accept(int sock, struct sockaddr *addr, socklen_t *addrlen);
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_observation.h | 52 int lwm2m_engine_observation_handler(struct lwm2m_message *msg, int observe, uint16_t accept,
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig.it8xxx2 | 141 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/ |
D | ccp.rst | 51 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/ |
D | dut.c | 90 .accept = dut_server_accept_cb,
|
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/ |
D | socket_dumb_http.c | 86 int client = accept(serv, (struct sockaddr *)&client_addr, in main()
|