Home
last modified time | relevance | path

Searched full:sends (Results 1 – 25 of 120) sorted by relevance

12345

/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dble_hci_trans.h70 * Sends an HCI event from the controller to the host.
81 * Sends ACL data from controller to host.
91 * Sends an HCI command from the host to the controller.
102 * Sends ACL data from host to controller.
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/
H A DREADME.md25 If a button is pressed only once within a 1 second interval, it sends an
27 sends an "off" message. The buttons are quite noisy and are debounced in
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_hci_ev.c298 * Sends the LE Scan Request Received event
324 * Sends the LE Scan Timeout Event
346 * Sends the LE Advertising Set Terminated event
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_flow.c36 /** Periodically sends number-of-completed-packets events. */
218 * Sends the HCI commands to the controller required for enabling host flow
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Dpsock.h164 * This macro sends data over a protosocket. The protosocket protothread blocks
186 * This function sends a null-terminated string over the
203 * This function generates data and sends it over the
H A Duip-split.h79 * sends it out using the uip_fw_output() function. If the packet is a
H A Duip-fw.h61 sends a packet. */
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Duip-doc.txt210 application sends dynamic data, it may use the parts of the global
215 produced, the device driver sends the headers and the application data
345 The application sends data by using the uIP function uip_send(). The
504 and has to be retransmitted, it also sends an "ok". Note that this
538 When a remote host connects to the application, the application sends
546 the WELCOME-SENT state, it sends a "Welcome!" message since it
549 message was an "ok" message and sends such a message.
630 This example shows a simple application that connects to a host, sends
669 When the application receives new data from the remote host, it sends
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/
H A Dautoip.c113 /* sends an ARP probe */
116 /* sends an ARP announce */
224 * Sends an ARP probe from a network interface
237 * Sends an ARP announce from a network interface
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/src/
H A Dble_hci_socket.c570 * Sends an HCI event from the controller to the host.
585 * Sends ACL data from controller to host.
599 * Sends an HCI command from the host to the controller.
614 * Sends ACL data from host to controller.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bleuart/src/
H A Dble_svc_uart.c191 * Reads console and sends data over BLE
327 /* Reads console and sends data over BLE */ in bleuart_init()
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_hci.h54 /* Sends a command complete with a no-op opcode to host */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gatt.h462 * Sends a "free-form" characteristic notification. This function consumes the
477 * Sends a characteristic notification. The content of the message is read
491 * Sends a "free-form" characteristic indication. The provided mbuf contains
508 * Sends a characteristic indication. The content of the message is read from
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/src/
H A Dble_hci_uart.c867 * Sends an HCI event from the controller to the host.
885 * Sends ACL data from controller to host.
902 * Sends an HCI command from the host to the controller.
920 * Sends ACL data from host to controller.
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/
H A Dmain.html57sends dynamic data, it may use the parts of the global packet buffer that are not used for headers…
77 The application sends data by using the uIP function <a class="el" href="a00147.html#g04b053a623aac…
126 …because data was lost in the network and has to be retransmitted, it also sends an "ok". Note that…
132 When a remote host connects to the application, the application sends the "Welcome!" message and se…
133sends a "Welcome!" message since it knows that the previous welcome message hasn't been acknowledg…
197 This example shows a simple application that connects to a host, sends an HTTP request for a file a…
226 When the application receives new data from the remote host, it sends this data to the device by us…
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dsio.h65 * Sends a single character to the serial device.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dsio.h66 * Sends a single character to the serial device.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dsio.h66 * Sends a single character to the serial device.
H A Dnetif.h248 * first resolves the hardware address, then sends the packet.
259 * first resolves the hardware address, then sends the packet.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml489 100th increment. If the node sends messages very frequently a
490 higher value makes more sense, whereas if the node sends
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmp_msg.h65 /* The remote port the SNMP agent sends traps to. Most standard trap sinks won't
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/src/
H A Dmain.c460 * One button press within a 1 second interval sends an on message in button_pressed()
461 * More than one button press sends an off message in button_pressed()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/
H A Dautoip.c198 * Sends an ARP probe from a network interface
211 * Sends an ARP announce from a network interface
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Drawapi.txt186 Sets up the pcb to connect to the remote host and sends the
361 Sends the pbuf p. The pbuf is not deallocated.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Drawapi.txt165 Sets up the pcb to connect to the remote host and sends the
351 Sends the pbuf p. The pbuf is not deallocated.

12345