/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_hs_hci_test.c | 126 /* Receive a number-of-completed-packets event. Ensure available buffer in TEST_CASE() 144 /* Receive number-of-completed-packets: 5. */ in TEST_CASE() 150 /* Receive number-of-completed-packets: 4. */ in TEST_CASE() 160 /* Receive a disconnection-complete event. Ensure available buffer count in TEST_CASE() 239 /* Receive number-of-completed-packets: conn=2, num-pkts=1. */ in TEST_CASE() 253 /* Receive number-of-completed-packets: conn=1, num-pkts=1. */ in TEST_CASE() 267 /* Receive number-of-completed-packets: conn=1, num-pkts=1. */ in TEST_CASE() 281 /* Receive number-of-completed-packets: conn=2, num-pkts=3. */ in TEST_CASE() 295 /* Receive number-of-completed-packets: conn=2, num-pkts=2. */ in TEST_CASE() 309 /* Receive number-of-completed-packets: conn=1, num-pkts=4. */ in TEST_CASE()
|
H A D | ble_sm_test_util.c | 1629 /* Receive a long term key request from the controller. */ in ble_sm_test_util_peer_bonding_good() 1652 /* Receive an encryption changed event. */ in ble_sm_test_util_peer_bonding_good() 1697 /* Receive a long term key request from the controller. */ in ble_sm_test_util_peer_bonding_bad() 1776 /* Receive an encryption changed event. */ in ble_sm_test_util_us_bonding_good() 1829 /* Receive a pair request from the peer. */ in ble_sm_test_util_peer_fail_inval() 1890 /* Receive a pair request from the peer. */ in ble_sm_test_util_peer_lgcy_fail_confirm() 1900 /* Receive a pair confirm from the peer. */ in ble_sm_test_util_peer_lgcy_fail_confirm() 1910 /* Receive a pair random from the peer. */ in ble_sm_test_util_peer_lgcy_fail_confirm() 2035 /* Receive key material from peer. */ in ble_sm_test_util_rx_keys() 2139 /* Receive a pair response from the peer. */ in ble_sm_test_util_us_lgcy_good_once_no_init() [all …]
|
H A D | ble_gatt_write_test.c | 153 /* Receive Prep Write response. */ in ble_gatt_write_test_misc_long_good() 166 /* Receive Exec Write response. */ in ble_gatt_write_test_misc_long_good() 209 /* Receive Prep Write response. */ in ble_gatt_write_test_misc_long_bad() 338 /* Receive Prep Write response. */ in ble_gatt_write_test_misc_reliable_good() 355 /* Receive Exec Write response. */ in ble_gatt_write_test_misc_reliable_good() 408 /* Receive write response. */ in TEST_CASE() 583 /* Receive Prep Write response. */ in TEST_CASE() 597 /* Receive queue full error. */ in TEST_CASE() 695 /* Receive Exec Write response. */ in TEST_CASE() 789 /* Receive Exec Write response. */ in TEST_CASE()
|
H A D | ble_l2cap_test.c | 372 /* Receive a starting fragment on the first channel. */ in TEST_CASE() 383 /* Receive a starting fragment on a different channel. The first fragment in TEST_CASE() 417 /* Receive the first fragment of a multipart ACL data packet. */ in TEST_CASE() 430 /* Receive a second fragment. */ in TEST_CASE() 461 /* Receive an unsolicited response. */ in TEST_CASE() 556 /* Receive response from peer. */ in ble_l2cap_test_util_we_update() 634 /* Receive response from peer with incorrect ID. */ in TEST_CASE() 641 /* Receive response from peer with correct ID. */ in TEST_CASE() 713 sdu_rx = os_mbuf_pullup(event->receive.sdu_rx, in ble_l2cap_test_event() 714 OS_MBUF_PKTLEN(event->receive.sdu_rx)); in ble_l2cap_test_event() [all …]
|
H A D | ble_os_test.c | 74 /* Receive acknowledgements for the startup sequence. We sent the in ble_os_test_misc_init() 151 /* Receive an HCI connection-complete event. */ in ble_gap_direct_connect_test_task_handler() 200 /* Receive acknowledgements for the startup sequence. We sent the in ble_os_disc_test_task_handler() 228 /* Receive acks from the controller. */ in ble_os_disc_test_task_handler() 291 /* Receive acknowledgements for the startup sequence. We sent the in ble_gap_terminate_test_task_handler()
|
/nrf52832-nimble/rt-thread/components/utilities/zmodem/ |
H A D | rz.c | 33 /* start zmodem receive proccess */ 62 rt_kprintf("receive completed.\r\n"); in zr_start() 70 rt_kprintf("receive failed.\r\n"); in zr_start() 148 /* receive files */ 161 rt_kprintf("\r\nrz: ready...\r\n"); /* here ready to receive things */ in zrec_files() 186 /* receive file */ 226 return (zrec_init(rxbuf,zf)); /* resend ZRINIT packet,ready to receive next file */ in zrec_file() 327 /* receive file data,continously, no ack */
|
H A D | zdef.h | 21 #define ZRQINIT 0 /* request receive init */ 22 #define ZRINIT 1 /* receive init */ 72 #define CANFDX 0x01 /* rx can send and receive true FDX */ 73 #define CANOVIO 0x02 /* rx can receive data during disk I/O */ 116 #define ZRWOVR 4 /* byte position for receive window override/256 */
|
/nrf52832-nimble/rt-thread/components/net/at/at_socket/ |
H A D | at_socket.c | 71 /* get a block to the AT socket receive list*/ 79 LOG_E("No memory for receive packet table!"); in at_recvpkt_put() 92 /* delete and free all receive buffer list */ 142 /* get a block from AT socket receive list */ 304 /* create AT socket receive mailbox */ in alloc_socket() 311 /* create AT socket receive ring buffer lock */ in alloc_socket() 501 /* put receive buffer to receiver packet list */ in at_recv_notice_cb() 567 /* set AT socket receive data callback function */ in at_connect() 631 /* set AT socket receive data callback function */ in at_recvfrom() 636 /* receive packet list last transmission of remaining data */ in at_recvfrom() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | raw.c | 60 * and if so, pass it to a user-provided receive callback function. 63 * finds a corresponding RAW PCB and calls the corresponding receive 68 * @return - 1 if the packet has been eaten by a RAW PCB receive 101 /* receive callback function available? */ in raw_input() 103 /* the receive callback function did not eat the packet? */ in raw_input() 105 /* receive function ate the packet */ in raw_input() 117 /* no receive callback function was set for this raw PCB */ in raw_input() 192 * modify the IP headers (this is inconsistent with the receive callback where
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | raw.c | 87 /* Special case: IPv4 broadcast: receive all broadcasts in raw_input_match() 112 * and if so, pass it to a user-provided receive callback function. 115 * finds a corresponding RAW PCB and calls the corresponding receive 120 * @return - 1 if the packet has been eaten by a RAW PCB receive 161 /* receive callback function available? */ in raw_input() 166 /* the receive callback function did not eat the packet? */ in raw_input() 169 /* receive function ate the packet */ in raw_input() 180 /* sanity-check that the receive callback did not alter the pbuf */ in raw_input() 185 /* no receive callback function was set for this raw PCB */ in raw_input() 265 * modify the IP headers (this is inconsistent with the receive callback where
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/port/ |
H A D | portserial.c | 56 * set 485 mode receive and transmit control IO in xMBPortSerialInit() 130 /* switch 485 to receive mode */ in vMBPortSerialEnable() 188 * Create an interrupt handler for the receive interrupt for your target 216 * This function is serial receive callback function 219 * @param size the data size that receive
|
H A D | portserial_m.c | 57 * set 485 mode receive and transmit control IO in xMBMasterPortSerialInit() 132 /* switch 485 to receive mode */ in vMBMasterPortSerialEnable() 190 * Create an interrupt handler for the receive interrupt for your target 218 * This function is serial receive callback function 221 * @param size the data size that receive
|
/nrf52832-nimble/rt-thread/components/net/at/src/ |
H A D | at_client.c | 438 * AT client receive fixed-length data. 441 * @param buf receive data buffer 442 * @param size receive fixed data size 443 * @param timeout receive data timeout (ms) 447 * @return >0: receive data size 448 * =0: receive failed 471 LOG_E("AT Client receive failed, uart device get data error(%d)", result); in at_client_obj_recv() 663 /* current receive is request, try to execute related operations */ in client_parser() 671 /* current receive is response */ in client_parser() 754 LOG_E("AT client initialize failed! No memory for receive buffer."); in at_client_para_init() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf51/src/ |
H A D | ble_phy.c | 97 /* Global transmit/receive buffer */ 152 * -> Set up nrf to receive. Clear ADDRESS event register. 195 * Copies the data from the phy receive buffer into a mbuf chain. 197 * @param dptr Pointer to receive buffer 391 * is no additional time to wait; we know when we should receive the address of 405 * Timeout occurs an IFS time plus time it takes to receive address in ble_phy_wfr_enable() 430 * Setup transceiver for receive. 689 * Calculate receive start time. in ble_phy_rx_start_isr() 720 /* Call Link Layer receive start function */ in ble_phy_rx_start_isr() 737 * AdvA starts at 4th octet in receive buffer, after S0, len and S1 in ble_phy_rx_start_isr() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/native/src/ |
H A D | ble_phy.c | 145 * Copies the data from the phy receive buffer into a mbuf chain. 147 * @param dptr Pointer to receive buffer 249 /* We get this if we have started to receive a frame */ in ble_phy_isr() 254 /* Call Link Layer receive start function */ in ble_phy_isr() 270 /* Receive packet end (we dont enable this for transmit) */ in ble_phy_isr() 289 /* Call Link Layer receive payload function */ in ble_phy_isr() 400 * here we will still attempt to receive.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | ip.h | 101 #define SOF_BROADCAST 0x20U /* permit to send and to receive broadcast messages (see IP_SOF_BR… 133 * This function must only be called from a receive callback (udp_recv, 137 * This function must only be called from a receive callback (udp_recv, 149 * This function must only be called from a receive callback (udp_recv, 153 * This function must only be called from a receive callback (udp_recv, 178 * This function must only be called from a receive callback (udp_recv, 195 * This function must only be called from a receive callback (udp_recv,
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | ip.h | 99 #define SOF_BROADCAST 0x20U /* permit to send and to receive broadcast messages (see IP_SOF_BR… 131 * This function must only be called from a receive callback (udp_recv, 135 * This function must only be called from a receive callback (udp_recv, 147 * This function must only be called from a receive callback (udp_recv, 151 * This function must only be called from a receive callback (udp_recv, 176 * This function must only be called from a receive callback (udp_recv, 193 * This function must only be called from a receive callback (udp_recv,
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/api/ |
H A D | test_sockets.c | 358 /* allocate a receive buffer, same size as snd_buf for easy verification */ in test_sockets_msgapi_tcp() 395 /* note: since we always receive after sending, there will be open in test_sockets_msgapi_tcp() 407 /* receive and verify data */ in test_sockets_msgapi_tcp() 420 /* reset receive state for next buffer */ in test_sockets_msgapi_tcp() 448 /* send/receive our datagram of IO vectors 10 times */ in test_sockets_msgapi_udp_send_recv_loop() 455 /* receive the datagram split across 4 buffers */ in test_sockets_msgapi_udp_send_recv_loop() 520 /* send and receive the datagram in 4 pieces */ in test_sockets_msgapi_udp() 577 /* Receive full message, including control message */ in test_sockets_msgapi_cmsg() 789 /* expect to receive data first */ in START_TEST() 795 /* expect to receive RST indication */ in START_TEST() [all …]
|
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/ |
H A D | sal_socket.h | 44 #define SO_BROADCAST 0x0020 /* permit to send and to receive broadcast messages (see IP_SOF_BROA… 56 #define SO_RCVBUF 0x1002 /* receive buffer size */ 58 #define SO_RCVLOWAT 0x1004 /* Unimplemented: receive low-water mark */ 60 #define SO_RCVTIMEO 0x1006 /* receive timeout */
|
/nrf52832-nimble/rt-thread/libcpu/arm/AT91SAM7S/ |
H A D | serial.c | 42 REG32 US_RPR; // Receive Pointer Register 43 REG32 US_RCR; // Receive Counter Register 46 REG32 US_RNPR; // Receive Next Pointer Register 47 REG32 US_RNCR; // Receive Next Counter Register 231 /* interrupt receive */ in rt_serial_read()
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_qspi.h | 161 * @param[out] p_rx_buffer Pointer to the receive buffer. 247 * Use this function to transfer configuration data to memory and to receive data from memory. 253 …[out] p_rx_buffer Pointer to the array for data to receive. Can be NULL if there is nothing to rec… 265 * Use this function to transfer configuration data to memory and to receive data from memory.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | raw.c | 94 /* Special case: IPv4 broadcast: receive all broadcasts in raw_input_local_match() 119 * and if so, pass it to a user-provided receive callback function. 122 * finds a corresponding RAW PCB and calls the corresponding receive 127 * @return - 1 if the packet has been eaten by a RAW PCB receive 170 /* receive callback function available? */ in raw_input() 177 /* the receive callback function did not eat the packet? */ in raw_input() 180 /* receive function ate the packet */ in raw_input() 191 /* sanity-check that the receive callback did not alter the pbuf */ in raw_input() 196 /* no receive callback function was set for this raw PCB */ in raw_input()
|
/nrf52832-nimble/rt-thread/libcpu/blackfin/bf53x/ |
H A D | serial.h | 7 #define USTAT_RCV_READY 0x01 /* receive data ready */ 28 volatile rt_uint16_t rbr_thr; //receive buffer register and transmit hold register
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | api.h | 71 the TCP receive window (done automatically if not set). */ 279 /** Set the receive timeout in milliseconds */ 281 /** Get the receive timeout in milliseconds */ 285 /** Set the receive buffer in bytes */ 287 /** Get the receive buffer in bytes */
|
/nrf52832-nimble/rt-thread/components/vbus/ |
H A D | vbus.h | 48 * receive queue. */ 106 /** Push a data package into the receive queue of the channel @chnr. */ 109 /** Pop a data package from the receive queue of the channel @chnr.
|