/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | index.rst | 4 Apache Mynewt offers the world's first fully open-source Bluetooth Low 5 Energy (BLE) or Bluetooth Smart stack fully compliant with Bluetooth 5 6 specifications with support for Bluetooth Mesh. It is called NimBLE. 13 output and a typical maximum range of 50 meters. With Bluetooth 5 30 Note that BLE is not compatible with standard Bluetooth. 35 NimBLE complies with Bluetooth Core Specification 5.0 which makes it an 49 (complaint with the IPv6 or 6LoWPAN standard) to a Bluetooth device 52 The Bluetooth 5 is backward compatible with previous Bluetooth version 55 Bluetooth Mesh features 58 Bluetooth Mesh is a great addition to and opens a wide range of new [all …]
|
H A D | ble_sec.rst | 4 The Bluetooth Low Energy security model includes five distinct security 5 concepts as listed below. For detailed specifications, see BLUETOOTH 18 - **Encryption**: Keeps message confidential. Encryption in Bluetooth 23 Bluetooth LE uses four association models depending on the I/O 48 Key generation for all purposes in Bluetooth LE is performed by the 54 Bluetooth LE supports an optional feature during connection mode and 56 a period of time by changing the Bluetooth device address on a frequent 75 refer to BLUETOOTH SPECIFICATION Version 4.2 [Vol 3, Part C] (Published
|
H A D | README.rst | 1 NimBLE Bluetooth Stack Documentation 4 This folder holds the documentation for the NimBLE Bluetooth stack from the
|
H A D | conf.py | 50 project = u'NimBLE Bluetooth Stack' 145 (master_doc, 'Mynewt.tex', u'NimBLE Bluetooth Stack', 166 (master_doc, 'Mynewt', u'NimBLE Bluetooth Stack',
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | testing.h | 3 * @brief Internal API for Bluetooth testing. 20 * @brief Bluetooth testing 21 * @defgroup bt_test_cb Bluetooth testing callbacks 22 * @ingroup bluetooth 30 /** @brief Bluetooth Testing callbacks structure. 32 * Callback structure to be used for Bluetooth testing purposes. 33 * Allows access to Bluetooth stack internals, not exposed by public API. 48 /** Register callbacks for Bluetooth testing purposes 54 /** Unregister callbacks for Bluetooth testing purposes
|
H A D | proxy.h | 2 * @brief Bluetooth Mesh Proxy APIs. 14 * @brief Bluetooth Mesh Proxy 15 * @defgroup bt_mesh_proxy Bluetooth Mesh Proxy
|
H A D | cfg_srv.h | 2 * @brief Bluetooth Mesh Configuration Server Model APIs. 14 * @brief Bluetooth Mesh 15 * @defgroup bt_mesh_cfg_srv Bluetooth Mesh Configuration Server Model
|
H A D | health_cli.h | 2 * @brief Bluetooth Mesh Health Client Model APIs. 14 * @brief Bluetooth Mesh 15 * @defgroup bt_mesh_health_cli Bluetooth Mesh Health Client Model
|
H A D | main.h | 2 * @brief Bluetooth Mesh Profile APIs. 14 * @brief Bluetooth Mesh Provisioning 15 * @defgroup bt_mesh_prov Bluetooth Mesh Provisioning 214 * @brief Bluetooth Mesh 215 * @defgroup bt_mesh Bluetooth Mesh 216 * @ingroup bluetooth
|
H A D | cfg_cli.h | 2 * @brief Bluetooth Mesh Configuration Client Model APIs. 14 * @brief Bluetooth Mesh 15 * @defgroup bt_mesh_cfg_cli Bluetooth Mesh Configuration Client Model
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | README.md | 48 ├───apps /* Bluetooth 示例应用程序 */ 125 --- NimBLE:An open-source Bluetooth 5.0 stack porting on RT-Thread 126 Bluetooth Role support ---> 129 Bluetooth Mesh support ---> 133 Bluetooth Samples (Not enable sample) ---> 142 **Bluetooth Role support** : 配置 BLE角色支持(Central/Peripheral/Broadcaster/Observer) ; 145 **Bluetooth Mesh support** : Mesh 特性支持及配置; 149 **Bluetooth Samples** : 配置示例应用;
|
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/ |
H A D | index.rst | 1 Bluetooth Mesh 17 Bluetooth Mesh is a new standard from Bluetooth SIG that was released in 2017. It enables many-to-m… 22 Bluetooth Mesh is complementary to Bluetooth specification and requires features from 4.0 release o… 29 :alt: Bluetooth Mesh Topology (source: Mesh Profile Specification 1.0) 31 Bluetooth Mesh defines few features (roles) for devices in network. Those are:
|
H A D | sample.rst | 4 **blemesh** sample application implements Bluetooth Mesh node that supports On/Off and Level models. 28 GATT bearer is enabled so that it is possible to provision those with Bluetooth Mesh application fr…
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 340 Activate shell module that provides Bluetooth Mesh commands to 346 Use this option to enable debug logs for the Bluetooth 353 Bluetooth Mesh functionality. 359 Bluetooth Mesh functionality. 365 Bluetooth Mesh functionality. 371 Bluetooth Mesh functionality. 377 Bluetooth Mesh functionality. 383 related debug logs for Bluetooth Mesh. 395 the Bluetooth Mesh functionality. 401 Bluetooth Mesh functionality. [all …]
|
H A D | pkg.yml | 21 pkg.description: Bluetooth Mesh 26 - bluetooth
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/ |
H A D | syscfg.yml | 22 description: 'Enables the Central bluetooth role. (0/1)' 25 description: 'Enables the Peripheral bluetooth role. (0/1)' 28 description: 'Enables the Broadcaster bluetooth role. (0/1)' 31 description: 'Enables the Observer bluetooth role. (0/1)'
|
H A D | pkg.yml | 21 pkg.description: Generic functionality for the nimble Bluetooth Smart stack; used by both the contr… 26 - bluetooth
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_hs.h | 24 * @brief Bluetooth Host 25 * @defgroup bt_host Bluetooth Host 59 * @brief Bluetooth Host Error Code 60 * @defgroup bt_host_err Bluetooth Host Error Code 62 * Defines error codes returned by Bluetooth host. If error comes from specific 140 * @brief Bluetooth Host Configuration 141 * @defgroup bt_host_conf Bluetooth Host Configuration 182 /** @brief Bluetooth Host main configuration structure
|
H A D | ble_uuid.h | 24 * @brief Bluetooth UUID 25 * @defgroup bt_uuid Bluetooth UUID 135 /** @brief Compares two Bluetooth UUIDs. 144 /** @brief Copy Bluetooth UUID
|
H A D | ble_att.h | 24 * @brief Bluetooth Attribute Protocol (ATT) 25 * @defgroup bt_att Bluetooth Attribute Protocol (ATT) 175 * 23 is a minimum imposed by the Bluetooth specification; BLE_ATT_MTU_MAX is a
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/ |
H A D | README.md | 1 #### Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models 6 This is a application demonstrating a Bluetooth mesh node in 47 States of Servers are bounded as per Bluetooth SIG Mesh Model Specification v1.0
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | sdio_func_ids.h | 22 #define SDIO_FUNC_CODE_BT_A 0x02 /* SDIO Type-A for Bluetooth standard interface */ 23 #define SDIO_FUNC_CODE_BT_B 0x03 /* SDIO Type-B for Bluetooth standard interface */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | pkg.yml | 21 pkg.description: Controller side of the nimble Bluetooth Smart stack. 26 - bluetooth
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | pkg.yml | 21 pkg.description: Host side of the nimble Bluetooth Smart stack. 26 - bluetooth
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/ |
H A D | ble_mesh.c | 1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models 68 console_printf("Bluetooth initialized\n"); in blemesh_on_sync()
|