/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 225 # 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/ |
D | mqtt.rst | 158 authentication. Finally, we enforce peer certificate verification by setting
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | csip.rst | 49 discover :Run discover for CSIS on peer device [member_index]
|
D | bap.rst | 589 if the remote peer accepts then the ISO disconnection procedure is also
|
D | mcp.rst | 85 To achieve a connection to the peer, the :code:`bt` commands must be
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | pacs.c | 959 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/ |
D | README.rst | 169 peer host.
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_api.c | 2996 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/ |
D | Kconfig.gatt | 67 connection to a peer is established.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.1.rst | 43 the same functionality in their application code by reconnecting to the peer when the
|
D | release-notes-3.0.rst | 352 * 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
|
D | release-notes-4.0.rst | 196 * 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/ |
D | bluetooth-ctlr-arch.rst | 214 … - there are miscellaneous cases where connection termination is triggered on invalid peer behavior
|
D | bluetooth-arch.rst | 28 applications to communicate with peer devices in a standard and interoperable
|
D | bluetooth-le-host.rst | 278 If the peer device does not respond to an ATT request (such as read or write)
|
/Zephyr-latest/boards/nxp/mimxrt595_evk/doc/ |
D | index.rst | 285 Remote communication error. Target disconnected.: Connection reset by peer.
|
/Zephyr-latest/boards/nxp/mimxrt685_evk/doc/ |
D | index.rst | 325 Remote communication error. Target disconnected.: Connection reset by peer.
|
/Zephyr-latest/boards/nxp/mimxrt1064_evk/doc/ |
D | index.rst | 415 Remote communication error. Target disconnected.: Connection reset by peer.
|
/Zephyr-latest/boards/nxp/mimxrt1050_evk/doc/ |
D | index.rst | 417 Remote communication error. Target disconnected.: Connection reset by peer.
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 2198 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/ |
D | sar_cfg.rst | 11 into multiple Lower Transport PDUs, and sends them to the lower transport layer on a peer device.
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/doc/ |
D | index.rst | 431 Remote communication error. Target disconnected.: Connection reset by peer.
|
/Zephyr-latest/tests/bsim/bluetooth/ll/advx/src/ |
D | main.c | 659 .peer = &direct_addr, in test_advx_main()
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 245 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/ |
D | wifi_shell.c | 2867 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()
|