Home
last modified time | relevance | path

Searched refs:remote (Results 126 – 150 of 282) sorted by relevance

12345678910>>...12

/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/
Da2dp.rst12 …* Source and Sink side can discover remote device's stream endpoints. using :code:`a2dp discover_p…
13 …* Source or Sink configure the stream to create the stream after discover remote's endpoints. usin…
/Zephyr-latest/scripts/
Dzephyr_module.py501 remote = remotes_name[0]
502 popen = subprocess.Popen(['git', 'remote', 'get-url', remote],
536 remote = git_remote(path)
542 if remote:
543 meta_project['remote'] = remote
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.ccp17 Bearer Service (TBS) client to control calls on a remote device.
/Zephyr-latest/samples/boards/renesas/openamp_linux_zephyr/
DREADME.rst134 [CM33] 1 - Send data to remote core, retrieve the echo and validate its integrity ..
171 I: OpenAMP[remote] linux responder demo started
173 I: OpenAMP[remote] Linux sample client responder started
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/
Dmain.c829 conn.lll.dle.remote.max_tx_octets = PDU_PDU_MAX_OCTETS; in phy_update_setup()
830 conn.lll.dle.remote.max_rx_octets = PDU_PDU_MAX_OCTETS; in phy_update_setup()
831 conn.lll.dle.remote.max_tx_time = PDU_DC_MAX_US(conn.lll.dle.remote.max_tx_octets, PHY_1M); in phy_update_setup()
832 conn.lll.dle.remote.max_rx_time = PDU_DC_MAX_US(conn.lll.dle.remote.max_rx_octets, PHY_1M); in phy_update_setup()
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_monitoring.rst13 that user is able to use Wireshark or similar tool in remote host to see the
143 net capture setup <remote-ip-addr> <local-ip-addr> <peer-ip-addr>
144 <remote> is the (outer) endpoint IP address
157 remote host where the tunnel is terminated. The address is used to select
204 if configured so. Just set the ``<remote-ip-addr>`` option properly in
/Zephyr-latest/doc/services/device_mgmt/
Dota.rst9 Over-the-Air (OTA) Update is a method for delivering firmware updates to remote
66 firmware binary to the remote device where it is verified by MCUboot before the
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_util.c233 printf(" Remote state: %d\n", conn->llcp.remote.state); in test_print_conn()
234 printf(" Collision: %d\n", conn->llcp.remote.collision); in test_print_conn()
235 printf(" Reject: %d\n", conn->llcp.remote.reject_opcode); in test_print_conn()
/Zephyr-latest/boards/arduino/nicla_vision/
Darduino_nicla_vision_stm32h747xx_m7.dts228 remote-endpoint = <&dcmi_ep_in>;
255 remote-endpoint = <&gc2145_ep_out>;
/Zephyr-latest/lib/os/
DKconfig88 this value should be set to the data cache line size of the remote core.
90 maximum of local and remote line size.
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/
DREADME.rst43 When you reset the development kit, the following messages (one for master and one for remote) will…
76 do not match. Same with local and remote timestamps reported on network core. After
/Zephyr-latest/subsys/usb/device/class/
DKconfig.cdc60 remote host changes the virtual baud rate. This is used
/Zephyr-latest/samples/subsys/lorawan/fuota/
DREADME.rst25 .. _`TS005-1.0.0`: https://resources.lora-alliance.org/technical-specifications/lorawan-remote-mult…
/Zephyr-latest/samples/net/capture/
DREADME.rst5 Capture network packets and send them to a remote host via IPIP tunnel.
14 remote host via IPIP tunnel. The tunnel can be configured to be in the
17 then the remote host where the captured packets are sent can also be reached
/Zephyr-latest/doc/services/debugging/
Dgdbstub.rst77 target remote <serial device>
83 target remote /dev/ttyUSB1
121 from the GDB ``remote`` command we are going to do on the next steps.
146 (gdb) target remote localhost:5678
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_conn.h111 struct data_pdu_length remote; member
Dull_conn_types.h62 } remote; member
/Zephyr-latest/tests/lib/devicetree/api/
Dapp.overlay515 remote-endpoint-label = "test_video2_port0_in0";
530 remote-endpoint-label = "test_video2_port0_in1";
535 remote-endpoint-label = "test_video2_port1_in";
555 remote-endpoint-label = "test_video0_out";
560 remote-endpoint-label = "test_video1_out0";
568 remote-endpoint-label = "test_video1_out1";
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dconnection_mgmt.rst9 (such as the remote address) can be acquired using the
/Zephyr-latest/boards/shields/mcp2515/doc/
Dindex.rst30 - Standard and extended data and remote frames
141 - Standard and extended data and remote frames
246 - Standard and extended data and remote frames
/Zephyr-latest/subsys/net/ip/
Dtcp.c2430 memcpy(&context->remote, &conn->dst, sizeof(context->remote)); in tcp_conn_new()
2477 conn->seq = tcp_init_isn(&local_addr, &context->remote); in tcp_conn_new()
2483 net_sprint_addr(context->remote.sa_family, in tcp_conn_new()
2484 (const void *)&net_sin(&context->remote)->sin_addr)); in tcp_conn_new()
2487 &context->remote, &local_addr, in tcp_conn_new()
2992 net_ipaddr_copy(&conn->context->remote, &conn->dst.sa); in tcp_in()
3004 &net_sin(&conn->context->remote)->sin_addr, in tcp_in()
3006 net_ipaddr_copy(&net_sin6(&conn->context->remote)->sin6_addr, in tcp_in()
3009 net_sin6(&conn->context->remote)->sin6_family = AF_INET6; in tcp_in()
3022 accept_cb(conn->context, &conn->context->remote, in tcp_in()
[all …]
/Zephyr-latest/boards/mxchip/az3166_iotdevkit/doc/
Dindex.rst26 * Infrared emitter for IR remote control or interaction
/Zephyr-latest/boards/microchip/m2gl025_miv/doc/
Dindex.rst54 -ex "target extended-remote localhost:3333" \
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/
Dmain.c73 conn.lll.dle.remote.max_tx_octets = PDU_DC_PAYLOAD_SIZE_MIN * 3; in phy_setup()
74 conn.lll.dle.remote.max_rx_octets = PDU_DC_PAYLOAD_SIZE_MIN * 3; in phy_setup()
75 conn.lll.dle.remote.max_tx_time = PDU_DC_MAX_US(conn.lll.dle.remote.max_tx_octets, in phy_setup()
77 conn.lll.dle.remote.max_rx_time = PDU_DC_MAX_US(conn.lll.dle.remote.max_rx_octets, in phy_setup()
/Zephyr-latest/subsys/ipc/rpmsg_service/
DKconfig42 bool "RPMsg remote"

12345678910>>...12