/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/ |
H A D | ble_hci_trans.h | 70 * 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 D | README.md | 25 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 D | ble_ll_hci_ev.c | 298 * 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 D | ble_hs_flow.c | 36 /** 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 D | psock.h | 164 * 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 D | uip-split.h | 79 * sends it out using the uip_fw_output() function. If the packet is a
|
H A D | uip-fw.h | 61 sends a packet. */
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | uip-doc.txt | 210 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 D | autoip.c | 113 /* 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 D | ble_hci_socket.c | 570 * 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 D | ble_svc_uart.c | 191 * 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 D | ble_ll_hci.h | 54 /* Sends a command complete with a no-op opcode to host */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_gatt.h | 462 * 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 D | ble_hci_uart.c | 867 * 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 D | main.html | 57 …sends 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… 133 …sends 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 D | sio.h | 65 * Sends a single character to the serial device.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | sio.h | 66 * Sends a single character to the serial device.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | sio.h | 66 * Sends a single character to the serial device.
|
H A D | netif.h | 248 * 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 D | syscfg.yml | 489 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 D | snmp_msg.h | 65 /* 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 D | main.c | 460 * 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 D | autoip.c | 198 * 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 D | rawapi.txt | 186 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 D | rawapi.txt | 165 Sets up the pcb to connect to the remote host and sends the 351 Sends the pbuf p. The pbuf is not deallocated.
|