Home
last modified time | relevance | path

Searched refs:peer (Results 101 – 125 of 139) sorted by relevance

123456

/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split225 # Hidden Kconfig to add same peer synchronization check
547 reception. A peer device could scheduling multiple advertising sets
1066 Avoid retransmission of a PDU if peer device Nack-ed a transmission
1068 save current consumption on retries (in case peer has no buffers to
1121 to a peer device having two or more connections at its end with same
1133 bool "Allow connection requests from same peer"
1136 Allow connection requests from the same peer. While the
1138 with the same peer, allowing such connections is useful
/Zephyr-latest/doc/connectivity/networking/api/
Dmqtt.rst158 authentication. Finally, we enforce peer certificate verification by setting
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcsip.rst49 discover :Run discover for CSIS on peer device [member_index]
Dbap.rst589 if the remote peer accepts then the ISO disconnection procedure is also
Dmcp.rst85 To achieve a connection to the peer, the :code:`bt` commands must be
/Zephyr-latest/subsys/bluetooth/audio/
Dpacs.c959 static void pacs_bond_deleted(uint8_t id, const bt_addr_le_t *peer) in pacs_bond_deleted() argument
965 bt_addr_le_eq(peer, &clients[i].addr)) { in pacs_bond_deleted()
/Zephyr-latest/samples/net/capture/
DREADME.rst169 peer host.
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c2996 if (params->auth_init.peer) {
2997 snprintf(pos, end - pos, " peer=%d", params->auth_init.peer);
3100 if (params->configurator_set.peer) {
3101 snprintf(pos, end - pos, " peer=%d", params->configurator_set.peer);
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.gatt67 connection to a peer is established.
/Zephyr-latest/doc/releases/
Drelease-notes-4.1.rst43 the same functionality in their application code by reconnecting to the peer when the
Drelease-notes-3.0.rst352 * Added support for SMP error code 0xF, where the peer rejects a distributed
710 * Added support for sending our MSS to peer.
1107 …: Improper restore of CCC values and handling Service Change indication when bonded peer reconnects
Drelease-notes-4.0.rst196 * The host now disconnects from the peer upon ATT timeout.
1158 peer goes down silently.
1165 * Improved ACK reply logic when peer does not send PSH flag with data.
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-ctlr-arch.rst214 … - there are miscellaneous cases where connection termination is triggered on invalid peer behavior
Dbluetooth-arch.rst28 applications to communicate with peer devices in a standard and interoperable
Dbluetooth-le-host.rst278 If the peer device does not respond to an ATT request (such as read or write)
/Zephyr-latest/boards/nxp/mimxrt595_evk/doc/
Dindex.rst285 Remote communication error. Target disconnected.: Connection reset by peer.
/Zephyr-latest/boards/nxp/mimxrt685_evk/doc/
Dindex.rst325 Remote communication error. Target disconnected.: Connection reset by peer.
/Zephyr-latest/boards/nxp/mimxrt1064_evk/doc/
Dindex.rst415 Remote communication error. Target disconnected.: Connection reset by peer.
/Zephyr-latest/boards/nxp/mimxrt1050_evk/doc/
Dindex.rst417 Remote communication error. Target disconnected.: Connection reset by peer.
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c2198 param->peer = &addr; in adv_param_parse()
2207 if (param->peer && in adv_param_parse()
4180 void bond_deleted(uint8_t id, const bt_addr_le_t *peer) in bond_deleted() argument
4184 bt_addr_le_to_str(peer, addr, sizeof(addr)); in bond_deleted()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst11 into multiple Lower Transport PDUs, and sends them to the lower transport layer on a peer device.
/Zephyr-latest/boards/nxp/mimxrt1060_evk/doc/
Dindex.rst431 Remote communication error. Target disconnected.: Connection reset by peer.
/Zephyr-latest/tests/bsim/bluetooth/ll/advx/src/
Dmain.c659 .peer = &direct_addr, in test_advx_main()
/Zephyr-latest/subsys/net/ip/
Dtcp.c245 struct sockaddr *peer, in net_tcp_endpoint_copy() argument
281 if (peer != NULL) { in net_tcp_endpoint_copy()
282 memcpy(peer, &conn->dst.sa, newlen); in net_tcp_endpoint_copy()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c2867 params->auth_init.peer = shell_strtol(state->optarg, 10, &ret); in parse_dpp_args_auth_init()
3337 params.auth_init.peer = shell_strtol(state->optarg, 10, &ret); in cmd_wifi_dpp_ap_auth_init()

123456