/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll_ctrl.h | 28 * LL control procedures. This "enumeration" is not in the specification; 29 * It is used to determine which LL control procedure is currently running 49 /* LL control procedure timeout */ 53 * LL CTRL PDU format 89 /* Maximum # of payload bytes in a LL control PDU */ 93 /* LL control connection update request */ 105 /* LL control channel map request */ 114 * LL control terminate ind 119 /* LL control enc req */ 130 /* LL control enc rsp */ [all …]
|
H A D | ble_ll.h | 216 /* LL Features */ 238 * Look at LL Features above to find out what is allowed 244 /* LL timing */ 249 * BLE LL device address. Note that element 0 of the array is the LSB and 265 * LL packet format 480 /* Send an event to LL task */ 483 /* Hand received pdu's to LL task */
|
H A D | ble_ll_scan.h | 40 * Sent by the LL in the Scanning state; received by the LL in the advertising 53 * Sent by the LL in the advertising state; received by the LL in the
|
H A D | ble_ll_adv.h | 136 /*---- API used by BLE LL ----*/ 150 /* Called when LL wait for response timer expires in advertising state */
|
H A D | ble_ll_hci.h | 42 /* Initialize LL HCI */
|
H A D | ble_ll_conn.h | 284 * XXX: TODO. Could save memory. Have single event at LL and put these 300 /* LL control procedure response timer */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | eui64.h | 75 #define eui64_get(ll, cp) do { \ argument 76 eui64_copy((*cp), (ll)); \ 80 #define eui64_put(ll, cp) do { \ argument 81 eui64_copy((ll), (*cp)); \
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/ |
H A D | nimble_port_rtthread.c | 32 * Create task where NimBLE LL will run. This one is required as LL has its in nimble_port_rtthread_init() 37 ll_task_h = rt_thread_create("ll", ble_ll_task, NULL, in nimble_port_rtthread_init()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | eui64.h | 79 #define eui64_get(ll, cp) do { \ argument 80 eui64_copy((*cp), (ll)); \ 84 #define eui64_put(ll, cp) do { \ argument 85 eui64_copy((ll), (*cp)); \
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/freertos/src/ |
H A D | nimble_port_freertos.c | 35 * Create task where NimBLE LL will run. This one is required as LL has its in nimble_port_freertos_init() 40 xTaskCreate(nimble_port_ll_task_func, "ll", configMINIMAL_STACK_SIZE + 400, in nimble_port_freertos_init()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 42 description: 'The priority of the LL task' 104 description: 'Size of the LL whitelist.' 192 # Configuration for LL supported features. 194 # There are a total 8 features that the LL can support. These can be found 198 # about the LL features supported by the controller. 241 This option is used to enable/disable LL privacy.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_ctrl.c | 38 * this the stack requirements for the LL task go up considerably. The 76 * This array contains the length of the CtrData field in LL control PDU's. 77 * Note that there is a one byte opcode which precedes this field in the LL 112 * Called to determine if a LL control procedure with an instant has 360 * Called to make a connection update request LL control PDU 445 * Called to process and UNKNOWN_RSP LL control packet. 457 /* Get opcode of unknown LL control frame */ in ble_ll_ctrl_proc_unk_rsp() 485 /* LL can authenticate remote device even if remote device does not in ble_ll_ctrl_proc_unk_rsp() 521 * Callback when LL control procedure times out (for a given connection). If 523 * has not responded to a LL control request. [all …]
|
H A D | ble_ll.c | 152 /* The global BLE LL data object */ 218 /* The BLE LL task data structure */ 617 * ll tx pkt in proc 704 * ll rx pkt in 1095 * create event queue in LL task, not in general init function. This can in ble_ll_task() 1096 * lead to some races between host and LL so for now let us have it as a in ble_ll_task() 1123 * ble ll state set 1138 * ble ll state get 1153 * ble ll event send 1278 /* Reset LL stats */ in ble_ll_reset() [all …]
|
H A D | ble_ll_dtm.c | 160 /* It is called in LL context */ in ble_ll_dtm_ev_tx_resched_cb() 197 /* Reschedule event in LL context */ in ble_ll_dtm_tx_done() 243 /* Reschedule from LL task if late for this PDU */ in ble_ll_dtm_tx_sched_cb()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | ipv6cp.c | 728 IPV6CPDEBUG(("local LL address %s", llv6_ntoa(ifaceid))); 1114 option_error("local/remote LL address required for demand-dialling\n"); 1138 ppp_notice("local LL address %s", llv6_ntoa(wo->ourid)); 1139 ppp_notice("remote LL address %s", llv6_ntoa(wo->hisid)); 1160 * We must have a non-zero LL address for both ends of the link. 1169 ppp_error("Could not determine remote LL address"); 1170 ipv6cp_close(f->pcb, "Could not determine remote LL address"); 1174 ppp_error("Could not determine local LL address"); 1175 ipv6cp_close(f->pcb, "Could not determine local LL address"); 1179 ppp_error("local and remote LL addresses are equal"); [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | ipv6cp.c | 728 IPV6CPDEBUG(("local LL address %s", llv6_ntoa(ifaceid))); 1114 option_error("local/remote LL address required for demand-dialling\n"); 1138 ppp_notice("local LL address %s", llv6_ntoa(wo->ourid)); 1139 ppp_notice("remote LL address %s", llv6_ntoa(wo->hisid)); 1160 * We must have a non-zero LL address for both ends of the link. 1169 ppp_error("Could not determine remote LL address"); 1170 ipv6cp_close(f->pcb, "Could not determine remote LL address"); 1174 ppp_error("Could not determine local LL address"); 1175 ipv6cp_close(f->pcb, "Could not determine local LL address"); 1179 ppp_error("local and remote LL addresses are equal"); [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | snmp_agent.txt | 57 First of all you'll need to add the following define 65 Note you'll might need to adapt you network driver to update 114 If want to extend the agent with your own private MIB you'll need to 127 If you need to create your own private MIB you'll need
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/ |
H A D | lt~obsolete.m4 | 19 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN 21 # using a macro with the same name in our local m4/libtool.m4 it'll
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/ |
H A D | autoip.c | 110 /* creates a pseudo random LL IP-Address for a network interface */ 119 /* configure interface for use with current LL IP-Address */ 250 * Configure interface for use with current LL IP-Address 252 * @param netif network interface to configure with current LL IP-Address
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | README | 43 Note: if using the git tree, or changing the autostuff sources, you'll first
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | randm.c | 64 * real-time clock. We'll accumulate more randomness as soon 171 * it isn't random, we'll randomize it later.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | autoip.h | 63 /** the currently selected, probed, announced or used LL IP-Address */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | autoip.h | 63 /** the currently selected, probed, announced or used LL IP-Address */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/ |
H A D | README.md | 63 Provisioning is done using the BlueZ meshctl utility. In this example, we'll use meshctl commands t…
|
/nrf52832-nimble/rt-thread/examples/libc/ |
H A D | ex4.c | 28 So, we'll use thread-specific data to have a different "accu"
|