Searched +full:multi +full:- +full:advertising (Results 1 – 10 of 10) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/ |
H A D | syscfg.yml | 9 # http://www.apache.org/licenses/LICENSE-2.0 20 # Disable not used GAP roles (we only do non-connectable 21 # advertising here) 30 # Enable Extended Advertising 33 # Max advertising data size 36 # Number of multi-advertising instances. Note that due 37 # to historical reasonds total number of advertising 42 # Controller uses msys pool for storing advertising data and scan responses.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/ |
H A D | syscfg.yml | 9 # http://www.apache.org/licenses/LICENSE-2.0 44 This is the number of multi-advertising instances. This is NOT the 45 total number of advertising instances. The total number of 46 advertising instances is this number plus 1 (assuming the device 47 supports advertising). 51 This enables extended advertising feature. 55 This allows to configure maximum size of advertising data and 56 scan response data used in LE Advertising Extensions. 57 Valid range 31-1650.
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/src/ |
H A D | bletest.c | 10 * http://www.apache.org/licenses/LICENSE-2.0 45 /* A buffer for host advertising data */ 80 /* Multi-adv config */ 82 * Number of advertising instances to start up, not including the default 84 * than the number of available advertising instances, we only use the number 85 * of available advertising instances (defined by the configuration setting: 95 * we use the set multi random address call to set the random address 142 * multi-adv set random address command 202 /* --- For LE encryption testing --- */ 281 --dptr; in bletest_inc_adv_pkt_num() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | README.md | 3 NimBLE 软件包是 RT-Thread 基于 [Apache NimBLE](https://github.com/apache/mynewt-nimble) 开源蓝牙 5.0 协议栈的移植实现… 7 - 扩展广播(LE Advertising Extensions) 8 - 2Mbit/s比特率的物理层 9 - 长距离编码(Coded PHY for LE Long Range) 10 - 高速不可连接广播(High Duty Cycle Non-Connectable Advertising) 11 - 新的跳频算法(Channel Selection Algorithm #2) 12 - 隐私1.2(LE Privacy 1.2) 13 - 安全管理(SM),支持传统配对(LE Legacy Pairing),安全连接(LE Secure Connections),特定秘钥分发(Transport Specific Key Dist… 14 - 链路层PDU数据长度扩展(LE Data Length Extension) 15 - 多角色并发(主机(central)/从机(peripheral), server/client) [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 9 # http://www.apache.org/licenses/LICENSE-2.0 29 the advertising bearer. 104 Advertising task prio (FIXME) 118 Number of advertising buffers available. This should be chosen 122 be at least three more advertising buffers than the maximum 152 Maximum number of simultaneous outgoing multi-segment and/or 158 Maximum number of simultaneous incoming multi-segment and/or 175 This value should typically be fine-tuned based on what 186 4-byte MIC and 52 bytes using an 8-byte MIC. 188 Be sure to specify a sufficient number of advertising buffers [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | transport.c | 6 * SPDX-License-Identifier: Apache-2.0 32 * deadlocks. Ensure that there are a sufficient number of advertising 50 #define BLOCK_COMPLETE(seg_n) (u32_t)(((u64_t)1 << (seg_n + 1)) - 1) 61 #define SEG_RETRANSMIT_TIMEOUT(tx) (K_MSEC(400) + 50 * (tx)->ttl) 96 [0 ... (MYNEWT_VAL(BLE_MESH_RX_SEG_MSG_COUNT) - 1)] = { 0 }, 112 tx->src, tx->ctx->addr, tx->ctx->app_idx, sdu->om_len); in send_unseg() 114 buf = bt_mesh_adv_create(BT_MESH_ADV_DATA, tx->xmit, BUF_TIMEOUT); in send_unseg() 117 return -ENOBUFS; in send_unseg() 122 if (tx->ctx->app_idx == BT_MESH_KEY_DEV) { in send_unseg() 125 net_buf_add_u8(buf, UNSEG_HDR(1, tx->aid)); in send_unseg() [all …]
|
H A D | prov.c | 6 * SPDX-License-Identifier: Apache-2.0 94 #define XACT_SEG_DATA(_seg) (&link.rx.buf->om_data[20 + ((_seg - 1) * 23)]) 139 u8_t seg; /* Bit-field of unreceived segments */ 214 BT_MESH_ADV(buf)->busy = 0; in free_segments() 234 if (prov->link_close) { in reset_link() 235 prov->link_close(BT_MESH_PROV_ADV); in reset_link() 348 return -ENOBUFS; in bearer_ctl_send() 369 len -= START_PAYLOAD_MAX; in last_seg() 390 BT_DBG("len %u: %s", msg->om_len, bt_hex(msg->om_data, msg->om_len)); in prov_send_adv() 396 return -ENOBUFS; in prov_send_adv() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | ppp.c | 2 * ppp.c - Network Point to Point Protocol program file. 28 * 03-01-01 Marc Boucher <[email protected]> 30 * 97-11-05 Guy Lancaster <[email protected]>, Global Election Systems Inc. 35 * ppp_defs.h - PPP definitions. 37 * if_pppvar.h - private structures and declarations for PPP. 64 * if_ppp.h - Point-to-Point Protocol definitions. 72 * advertising materials, and other materials related to such 114 #include "netif/ppp/chap-new.h" 220 pcb->settings.refuse_pap = !(authtype & PPPAUTHTYPE_PAP); in ppp_set_auth() 223 pcb->settings.refuse_chap = !(authtype & PPPAUTHTYPE_CHAP); in ppp_set_auth() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | ppp.c | 2 * ppp.c - Network Point to Point Protocol program file. 28 * 03-01-01 Marc Boucher <[email protected]> 30 * 97-11-05 Guy Lancaster <[email protected]>, Global Election Systems Inc. 35 * ppp_defs.h - PPP definitions. 37 * if_pppvar.h - private structures and declarations for PPP. 64 * if_ppp.h - Point-to-Point Protocol definitions. 72 * advertising materials, and other materials related to such 114 #include "netif/ppp/chap-new.h" 221 pcb->settings.refuse_pap = !(authtype & PPPAUTHTYPE_PAP); in ppp_set_auth() 224 pcb->settings.refuse_chap = !(authtype & PPPAUTHTYPE_CHAP); in ppp_set_auth() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | lcp.c | 2 * lcp.c - Network Link Control Protocol program file. 28 * 03-01-01 Marc Boucher <[email protected]> 30 * 97-12-01 Guy Lancaster <[email protected]>, Global Election Systems Inc. 35 * lcp.c - PPP Link Control Protocol. 43 * advertising materials, and other materials related to such 77 * LCP-related command-line options. 79 int lcp_echo_interval = 0; /* Interval between LCP echo-requests */ 80 int lcp_echo_fails = 0; /* Tolerance to unanswered echo-requests */ 94 static u_int lcp_echo_interval = LCP_ECHOINTERVAL; /* Interval between LCP echo-requests */ 95 static u_int lcp_echo_fails = LCP_MAXECHOFAILS; /* Tolerance to unanswered echo-requests */ [all …]
|