/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatt_conn_test.c | 35 int called; member 89 TEST_ASSERT(!cb_arg->called); in ble_gatt_conn_test_mtu_cb() 94 cb_arg->called++; in ble_gatt_conn_test_mtu_cb() 110 TEST_ASSERT(!cb_arg->called); in ble_gatt_conn_test_disc_all_svcs_cb() 115 cb_arg->called++; in ble_gatt_conn_test_disc_all_svcs_cb() 131 TEST_ASSERT(!cb_arg->called); in ble_gatt_conn_test_disc_svc_uuid_cb() 136 cb_arg->called++; in ble_gatt_conn_test_disc_svc_uuid_cb() 152 TEST_ASSERT(!cb_arg->called); in ble_gatt_conn_test_find_inc_svcs_cb() 157 cb_arg->called++; in ble_gatt_conn_test_find_inc_svcs_cb() 172 TEST_ASSERT(!cb_arg->called); in ble_gatt_conn_test_disc_all_chrs_cb() [all …]
|
H A D | ble_gatt_write_test.c | 157 /* Verify callback hasn't gotten called. */ in ble_gatt_write_test_misc_long_good() 169 /* Verify callback got called. */ in ble_gatt_write_test_misc_long_good() 223 /* Verify callback hasn't gotten called. */ in ble_gatt_write_test_misc_long_bad() 229 /* Verify callback was called. */ in ble_gatt_write_test_misc_long_bad() 342 /* Verify callback hasn't gotten called. */ in ble_gatt_write_test_misc_reliable_good() 358 /* Verify callback got called. */ in ble_gatt_write_test_misc_reliable_good() 385 /* No response expected; verify callback not called. */ in TEST_CASE() 405 /* Response not received yet; verify callback not called. */ in TEST_CASE() 411 /* Verify callback got called. */ in TEST_CASE() 588 /* Verify callback hasn't gotten called. */ in TEST_CASE() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | tcp.h | 51 /** Function prototype for tcp accept callback functions. Called when a new 57 * Only return ERR_ABRT if you have called tcp_abort from within the 62 /** Function prototype for tcp receive callback functions. Called when data has 69 * Only return ERR_ABRT if you have called tcp_abort from within the 75 /** Function prototype for tcp sent callback functions. Called when sent data has 83 * Only return ERR_ABRT if you have called tcp_abort from within the 89 /** Function prototype for tcp poll callback functions. Called periodically as 95 * Only return ERR_ABRT if you have called tcp_abort from within the 100 /** Function prototype for tcp error callback functions. Called when the pcb 103 * @note The corresponding pcb is already freed when this callback is called! [all …]
|
H A D | netif.h | 110 /** Function prototype for netif->output functions. Called by lwIP when a packet 121 * netifs. This function is called by ARP when a packet shall be sent. 145 /** This function is called by the network device driver 148 /** This function is called by the IP module when it wants 152 /** This function is called by the ARP module when it wants 157 /** This function is called when the netif state is set to up or down 162 /** This function is called when the netif link is set to up or down 167 /** This function is called when the netif has been removed */ 215 /** This function could be called to add or delete a entry in the multicast
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | rawapi.txt | 34 As such, the list of functions that may be called from 45 called from multiple threads (not ISR!) with NO_SYS=0 51 pbuf_free() may also be called from another thread or 53 be called from an ISR: otherwise, the HEAP is only 61 having callback functions being called from within the TCP/IP 81 C function that is called from within the TCP/IP code. Every callback 84 the callback functions are called with a program specified argument 124 tcp_accept() function will be called. The pcb will have to be bound 147 usually be called from the accept callback. This allows lwIP to perform 157 Specified the callback function that should be called when a new [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/apps/webclient/ |
H A D | webclient.h | 76 * Callback function that is called from the webclient code when HTTP 80 * webclient code. The function is called from the webclient module 81 * when HTTP data has been received. The function is not called when 84 * \note This function is called many times, repetedly, when data is 93 * Callback function that is called from the webclient code when the 102 * Callback function that is called from the webclient code if the 111 * Callback function that is called from the webclient code if the 121 * Callback function that is called from the webclient code when the 143 * function is called and when the HTTP data arrives the 144 * webclient_datahandler() callback function is called. [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/dummy/src/ |
H A D | hci_dummy.c | 66 /* Called by NimBLE host to reset HCI transport state (i.e. on host reset) */ 73 /* Called by NimBLE host to setup callbacks from HCI transport */ 85 * Called by NimBLE host to allocate buffer for HCI Command packet. 86 * Called by HCI transport to allocate buffer for HCI Event packet. 117 * Called by NimBLE host to free buffer allocated for HCI Event packet. 118 * Called by HCI transport to free buffer allocated for HCI Command packet. 138 /* Called by NimBLE host to send HCI Command packet over HCI transport */ 155 /* Called by NimBLE host to send HCI ACL Data packet over HCI transport */ 173 /* Called by application to send HCI ACL Data packet to host */ 188 /* Called by application to send HCI Event packet to host */ [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | tcp.h | 59 /** Function prototype for tcp accept callback functions. Called when a new 65 * Only return ERR_ABRT if you have called tcp_abort from within the 70 /** Function prototype for tcp receive callback functions. Called when data has 77 * Only return ERR_ABRT if you have called tcp_abort from within the 83 /** Function prototype for tcp sent callback functions. Called when sent data has 91 * Only return ERR_ABRT if you have called tcp_abort from within the 97 /** Function prototype for tcp poll callback functions. Called periodically as 103 * Only return ERR_ABRT if you have called tcp_abort from within the 108 /** Function prototype for tcp error callback functions. Called when the pcb 111 * @note The corresponding pcb is already freed when this callback is called! [all …]
|
H A D | netif.h | 165 /** Function prototype for netif->output functions. Called by lwIP when a packet 178 /** Function prototype for netif->output_ip6 functions. Called by lwIP when a packet 191 * netifs. This function is called by ARP when a packet shall be sent. 242 /** This function is called by the network device driver 246 /** This function is called by the IP module when it wants 252 /** This function is called by ethernet_output() when it wants 257 /** This function is called by the IPv6 module when it wants 264 /** This function is called when the netif state is set to up or down 269 /** This function is called when the netif link is set to up or down 274 /** This function is called when the netif has been removed */ [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/ |
H A D | main_page.h | 15 * having callback functions being called from within the TCP/IP 52 * C function that is called from within the TCP/IP code. Every callback 55 * the callback functions are called with a program specified argument 57 * The raw API (sometimes called native API) is an event-driven API designed 65 * Sequential-style APIs, blocking functions. More overhead, but can be called 77 * Thread-safe, to be called from non-TCPIP threads only.\n 149 * callback functions are called in IRQ context, which may cause further 157 * lwIP is _ONLY_ called from mainloop callstacks here. The ethernet IRQ 159 * mainloop. Ensure lwIP is _NEVER_ called from an interrupt, e.g. 165 * @ref sequential_api are designed to be called from threads other than [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | rawapi.txt | 11 The raw API (sometimes called native API) is an event-driven API designed 37 environment, raw API functions MUST only be called from the core thread 43 As such, the list of functions that may be called from 55 called from multiple threads (not ISR!) with NO_SYS=0 66 pbuf_free() may also be called from another thread or 68 be called from an ISR: otherwise, the HEAP is only 76 having callback functions being called from within the TCP/IP 111 C function that is called from within the TCP/IP code. Every callback 114 the callback functions are called with a program specified argument 154 tcp_accept() function will be called. The pcb will have to be bound [all …]
|
H A D | ppp.txt | 52 for NO_SYS=1 systems or called inside lwIP core thread for NO_SYS=0 systems. 70 * PPP status callback is called on PPP status change (up, down, …) from lwIP 164 /* ppp_close() was previously called, don't reconnect */ 166 /* ppp_free(); -- can be called here */ 207 * status_cb, PPP status callback, called on PPP status change (up, down, …) 228 * status_cb, PPP status callback, called on PPP status change (up, down, …) 255 * status_cb, PPP status callback, called on PPP status change (up, down, …) 287 * Initiate PPP negotiation, without waiting (holdoff=0), can only be called 343 * be called if PPP session is in the dead state (i.e. disconnected). 361 * Then you must wait your status_cb() to be called, it may takes from a few [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/ |
H A D | main_page.h | 11 * Sequential-style APIs, blocking functions. More overhead, but can be called 60 * callback functions are called in IRQ context, which may cause further 68 * lwIP is _ONLY_ called from mainloop callstacks here. The ethernet IRQ 70 * mainloop. Ensure lwIP is _NEVER_ called from an interrupt, e.g. 76 * @ref sequential_api are designed to be called from threads other than 78 * But @ref callbackstyle_api functions must _ONLY_ be called from 83 * Again, ensure lwIP is _NEVER_ called from an interrupt, e.g. 86 * 1) tcpip_callback() can be used get called back from TCPIP thread, 90 * functions can be called when lwIP core lock is aquired, see
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | tcp.h | 61 /** Function prototype for tcp accept callback functions. Called when a new 67 * Only return ERR_ABRT if you have called tcp_abort from within the 72 /** Function prototype for tcp receive callback functions. Called when data has 79 * Only return ERR_ABRT if you have called tcp_abort from within the 85 /** Function prototype for tcp sent callback functions. Called when sent data has 93 * Only return ERR_ABRT if you have called tcp_abort from within the 99 /** Function prototype for tcp poll callback functions. Called periodically as 105 * Only return ERR_ABRT if you have called tcp_abort from within the 110 /** Function prototype for tcp error callback functions. Called when the pcb 113 * @note The corresponding pcb is already freed when this callback is called! [all …]
|
H A D | netif.h | 181 /** Function prototype for netif->output functions. Called by lwIP when a packet 194 /** Function prototype for netif->output_ip6 functions. Called by lwIP when a packet 207 * netifs. This function is called by ARP when a packet shall be sent. 286 /** This function is called by the network device driver 290 /** This function is called by the IP module when it wants 296 /** This function is called by ethernet_output() when it wants 301 /** This function is called by the IPv6 module when it wants 308 /** This function is called when the netif state is set to up or down 313 /** This function is called when the netif link is set to up or down 318 /** This function is called when the netif has been removed */ [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll_adv.h | 147 /* Called to initialize advertising functionality. */ 150 /* Called when LL wait for response timer expires in advertising state */ 153 /* Called to reset the advertiser. */ 156 /* Called on rx pdu start when in advertising state */ 159 /* Called on rx pdu end when in advertising state */ 170 * Called when an advertising event has been removed from the scheduler 175 /* Called to halt currently running advertising event */ 178 /* Called to determine if advertising is enabled */ 189 /* Called to notify adv code about RPA rotation */
|
H A D | ble_ll_scan.h | 184 /* Called when Link Layer starts to receive a PDU and is in scanning state */ 187 /* Called when Link Layer has finished receiving a PDU while scanning */ 211 /* Called to set the resolvable private address of the last connected peer */ 226 /* Called when wait for response timer expires in scanning mode */ 244 /* Called to parse extended advertising*/ 256 /* Called to clean up current aux data */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | ppp.txt | 52 for NO_SYS=1 systems or called inside lwIP core thread for NO_SYS=0 systems. 70 * PPP status callback is called on PPP status change (up, down, …) from lwIP 164 /* ppp_close() was previously called, don't reconnect */ 166 /* ppp_free(); -- can be called here */ 207 * status_cb, PPP status callback, called on PPP status change (up, down, …) 228 * status_cb, PPP status callback, called on PPP status change (up, down, …) 255 * status_cb, PPP status callback, called on PPP status change (up, down, …) 287 * Initiate PPP negotiation, without waiting (holdoff=0), can only be called 343 * be called if PPP session is in the dead state (i.e. disconnected). 361 * Then you must wait your status_cb() to be called, it may takes from a few [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | os_cputime.h | 97 * Initialize the cputime module. This must be called after os_init is called 98 * and before any other timer API are used. This should be called only once 99 * and should be called before the hardware timer is used. 195 * passed, the timer callback will still be called (at interrupt context). 197 * NOTE: This must be called when the timer is stopped. 212 * NOTE: This must be called when the timer is stopped. 225 * called even if timer is not running.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | httpd.h | 57 * This function is called each time the HTTPD server is asked for a file 88 * function which is to be called when that URL is requested. 104 * It is called once for every URI with parameters. 121 * This function will be called each time the HTTPD server detects a tag of the 180 /** Called when a POST request has been received. The application can decide 184 * is called. 202 /** Called for each pbuf of data that has been received for a POST. 208 * another err_t: Data denied, http_post_get_response_uri will be called. 212 /** Called when all data is received or when the connection is closed.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | httpd.h | 58 * This function is called each time the HTTPD server is asked for a file 90 * function which is to be called when that URL is requested. 109 * It is called once for every URI with parameters. 130 * This function will be called each time the HTTPD server detects a tag of the 191 * Called when a POST request has been received. The application can decide 195 * is called. 215 * Called for each pbuf of data that has been received for a POST. 221 * another err_t: Data denied, http_post_get_response_uri will be called. 227 * Called when all data is received or when the connection is closed.
|
/nrf52832-nimble/rt-thread/components/net/uip/rt-thread/ |
H A D | uip_netif.h | 103 /** This function is called by the network device driver 106 /** This function is called by the IP module when it wants 111 /** This function is called by the ARP module when it wants 116 /** This function is called when the netif state is set to up or down 121 /** This function is called when the netif link is set to up or down 170 …/* This function could be called to add or delete a entry in the multicast filter table of the eth… 242 * Set callback to be called when interface is brought up/down 252 * Set callback to be called when link is brought up/down
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | main.h | 161 * bt_mesh_prov_enable() API needs to be called to enable 169 * This is intended to be called after the bt_mesh_prov input callback 170 * has been called with BT_MESH_ENTER_STRING as the action. 180 * This is intended to be called after the bt_mesh_prov input callback 181 * has been called with BT_MESH_ENTER_NUMBER as the action. 255 * unprovisioned, rather the bt_mesh_prov_enable() API needs to be called 274 * unprovisioned, rather the bt_mesh_prov_enable() API needs to be called 354 * Registers a callback that will be called whenever Friendship gets
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_hs.h | 277 * function gets called to give the application the opportunity to make 312 * commands. This function must be called before any other host functionality 313 * is used, but it must be called after both the host and controller are 315 * of its task routine. This function must only be called in the host parent 331 * called during system initialization. This allows the application to 335 * the BLE stack. This function can be called at any time as long as the host 359 * Initializes the NimBLE host. This function must be called before the OS is 368 * @brief Called when the system is shutting down. Stops the BLE host.
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | uip_arp.h | 74 /* The uip_arp_init() function must be called before any of the other 78 /* The uip_arp_ipin() function should be called whenever an IP packet 86 /* The uip_arp_arpin() should be called when an ARP packet is received 94 /* The uip_arp_out() function should be called when an IP packet 106 /* The uip_arp_timer() function should be called every ten seconds. It
|