/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | SConscript | 9 cwd + '/nimble/include', 10 cwd + '/nimble/host/include', 11 cwd + '/nimble/host/src', 12 cwd + '/nimble/host/services/ans/include', 13 cwd + '/nimble/host/services/bas/include', 14 cwd + '/nimble/host/services/bleuart/include', 15 cwd + '/nimble/host/services/gap/include', 16 cwd + '/nimble/host/services/gatt/include', 17 cwd + '/nimble/host/services/ias/include', 18 cwd + '/nimble/host/services/lls/include', [all …]
|
H A D | README.md | 3 NimBLE 软件包是 RT-Thread 基于 [Apache NimBLE](https://github.com/apache/mynewt-nimble) 开源蓝牙 5.0 协议栈的移植实现… 42 更多关于 NimBLE Stack 的介绍请参考 ``http://mynewt.apache.org/latest/network/docs/index.html``。 47 NimBLE 64 ├───nimble 90 │ │ └───nimble 98 ├───nimble 104 │ ├───config /* NimBLE 协议栈配置选项 */ 106 │ └───nimble 112 NimBLE 软件包遵循 Apache-2.0 许可,详见 LICENSE 文件。 120 使用 NimBLE 软件包需要在 RT-Thread 的包管理中选中它,具体路径如下: [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/ |
H A D | Makefile.defs | 25 $(NIMBLE_ROOT)/nimble/include \ 26 $(NIMBLE_ROOT)/nimble/host/include \ 27 $(NIMBLE_ROOT)/nimble/host/services/ans/include \ 28 $(NIMBLE_ROOT)/nimble/host/services/bas/include \ 29 $(NIMBLE_ROOT)/nimble/host/services/bleuart/include \ 30 $(NIMBLE_ROOT)/nimble/host/services/gap/include \ 31 $(NIMBLE_ROOT)/nimble/host/services/gatt/include \ 32 $(NIMBLE_ROOT)/nimble/host/services/ias/include \ 33 $(NIMBLE_ROOT)/nimble/host/services/lls/include \ 34 $(NIMBLE_ROOT)/nimble/host/services/tps/include \ [all …]
|
H A D | Makefile.controller | 22 $(NIMBLE_ROOT)/nimble/transport/ram/include \ 23 $(NIMBLE_ROOT)/nimble/controller/include \ 24 $(NIMBLE_ROOT)/nimble/drivers/nrf52/include \ 28 $(NIMBLE_ROOT)/nimble/transport/ram/src/ble_hci_ram.c \ 29 $(NIMBLE_ROOT)/nimble/controller/src/ble_ll_sched.c \ 30 $(NIMBLE_ROOT)/nimble/controller/src/ble_ll_xcvr.c \ 31 $(NIMBLE_ROOT)/nimble/controller/src/ble_ll_whitelist.c \ 32 $(NIMBLE_ROOT)/nimble/controller/src/ble_ll_ctrl.c \ 33 $(NIMBLE_ROOT)/nimble/controller/src/ble_ll_hci.c \ 34 $(NIMBLE_ROOT)/nimble/controller/src/ble_ll_supp_cmd.c \ [all …]
|
H A D | Makefile.mesh | 19 $(NIMBLE_ROOT)/nimble/host/mesh/include \ 23 $(NIMBLE_ROOT)/nimble/host/mesh/src/access.c \ 24 $(NIMBLE_ROOT)/nimble/host/mesh/src/adv.c \ 25 $(NIMBLE_ROOT)/nimble/host/mesh/src/beacon.c \ 26 $(NIMBLE_ROOT)/nimble/host/mesh/src/cfg_cli.c \ 27 $(NIMBLE_ROOT)/nimble/host/mesh/src/cfg_srv.c \ 28 $(NIMBLE_ROOT)/nimble/host/mesh/src/crypto.c \ 29 $(NIMBLE_ROOT)/nimble/host/mesh/src/friend.c \ 30 $(NIMBLE_ROOT)/nimble/host/mesh/src/glue.c \ 31 $(NIMBLE_ROOT)/nimble/host/mesh/src/health_cli.c \ [all …]
|
H A D | pkg.yml | 20 pkg.name: porting/nimble 22 pkg.description: Stub for NimBLE porting 28 - nimble/host 29 - nimble/host/services/ans 30 - nimble/host/services/bas 31 - nimble/host/services/gap 32 - nimble/host/services/gatt 33 - nimble/host/services/ias 34 - nimble/host/services/lls 35 - nimble/host/services/tps [all …]
|
/nrf52832-nimble/ |
H A D | project.uvprojx | 338 …NimBLE-latest;packages\NimBLE-latest\nimble\include;packages\NimBLE-latest\nimble\host\include;pac… 620 <GroupName>nimble</GroupName> 693 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_att.c</FilePath> 698 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_att_clt.c</FilePath> 703 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_att_cmd.c</FilePath> 708 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_att_svr.c</FilePath> 713 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_eddystone.c</FilePath> 718 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_gap.c</FilePath> 723 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_gattc.c</FilePath> 728 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_gatts.c</FilePath> [all …]
|
H A D | project.uvoptx | 732 <GroupName>nimble</GroupName> 744 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_att.c</PathWithFileName> 756 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_att_clt.c</PathWithFileName> 768 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_att_cmd.c</PathWithFileName> 780 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_att_svr.c</PathWithFileName> 792 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_eddystone.c</PathWithFileName> 804 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_gap.c</PathWithFileName> 816 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_gattc.c</PathWithFileName> 828 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_gatts.c</PathWithFileName> 840 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_gatts_lcl.c</PathWithFileName> [all …]
|
H A D | README.md | 1 # NRF52832 Nimble BSP 使用说明 5 该 BSP 以 nrf52832 MCU 作为为平台,提供 NimBLE Bluetooth Stack 在 RT-Thread 上的基本功能。 7 所使用的协议栈为 NimBLE 在 RT-Thread上的移植版本,提供完整的 Host 及 Controller 协议栈支持,主要特性如下: 18 更多关于 NimBLE Stack 的介绍请参考 ``http://mynewt.apache.org/latest/network/docs/index.html``。 63 [I/nimble] GAP procedure initiated: stop advertising. 64 [I/nimble] GAP procedure initiated: advertise; disc_mode=2 adv_channel_map=0 own_addr_type=0 adv_fi… 75 - 该协议栈移植自 Apache 开源方案 Nimble,相关介绍及 API 说明可参考``http://mynewt.apache.org/latest/network/docs/index.ht…
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleuart/ |
H A D | pkg.yml | 28 - "@apache-mynewt-nimble/nimble/controller" 29 - "@apache-mynewt-nimble/nimble/host" 30 - "@apache-mynewt-nimble/nimble/host/services/gap" 31 - "@apache-mynewt-nimble/nimble/host/services/gatt" 32 - "@apache-mynewt-nimble/nimble/host/store/ram" 33 - "@apache-mynewt-nimble/nimble/transport/ram" 41 - "@apache-mynewt-nimble/nimble/host/services/bleuart"
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/ |
H A D | pkg.yml | 20 pkg.name: nimble/transport 21 pkg.description: Meta-package for NimBLE HCI transport 29 - nimble/transport/ram 30 - nimble/controller 33 - nimble/transport/emspi 36 - nimble/transport/ram 39 - nimble/transport/socket 42 - nimble/transport/uart
|
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/linux/include/syscfg/ |
H A D | syscfg.h | 85 /*** hw/drivers/nimble/nrf52 */ 237 /*** net/nimble */ 274 /*** net/nimble/controller */ 283 /* Overridden by net/nimble/controller (defined by net/nimble/controller) */ 312 /* Overridden by net/nimble/controller (defined by net/nimble/controller) */ 349 /* Overridden by net/nimble/controller (defined by net/nimble/controller) */ 426 /* Overridden by hw/bsp/nrf52840pdk (defined by net/nimble/controller) */ 431 /*** net/nimble/host */ 624 /* Overridden by apps/bleall (defined by net/nimble/host) */ 701 /* Overridden by net/nimble/host (defined by net/nimble/host) */ [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/ |
H A D | pkg.yml | 20 pkg.description: Shell application exposing the nimble GAP and GATT. 32 - nimble/host 33 - nimble/host/services/gap 34 - nimble/host/services/gatt 35 - nimble/host/store/ram 36 - nimble/transport 39 - nimble/host/services/ans
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/ |
H A D | pkg.yml | 31 - nimble/controller 32 - nimble/host 33 - nimble/host/util 34 - nimble/host/services/gap 35 - nimble/host/services/gatt 36 - nimble/host/store/ram 37 - nimble/transport/ram
|
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/ |
H A D | pkg.yml | 28 - nimble/controller 29 - nimble/host 30 - nimble/host/util 31 - nimble/host/services/gap 32 - nimble/host/services/gatt 33 - nimble/host/store/config 34 - nimble/transport/ram
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/ |
H A D | pkg.yml | 38 - nimble/host 39 - nimble/host/services/ans 40 - nimble/host/services/gap 41 - nimble/host/services/gatt 42 - nimble/host/store/config 43 - nimble/host/util 44 - nimble/transport
|
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/linux/ |
H A D | Makefile | 13 # Configure NimBLE variables 16 include $(NIMBLE_ROOT)/porting/nimble/Makefile.defs 29 $(NIMBLE_ROOT)/nimble/transport/socket/src/ble_hci_socket.c \ 39 # Add NPL and all NimBLE directories to include paths 44 $(NIMBLE_ROOT)/nimble/transport/socket/include \ 71 all: nimble-linux 85 nimble-linux: $(OBJ) $(TINYCRYPT_OBJ)
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_shell/ |
H A D | pkg.yml | 32 - nimble/controller 33 - nimble/host 34 - nimble/host/services/gap 35 - nimble/host/services/gatt 36 - nimble/host/store/ram 37 - nimble/transport/ram
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_light/ |
H A D | pkg.yml | 32 - nimble/controller 33 - nimble/host 34 - nimble/host/services/gap 35 - nimble/host/services/gatt 36 - nimble/host/store/ram 37 - nimble/transport/ram
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh/ |
H A D | pkg.yml | 32 - nimble/controller 33 - nimble/host 34 - nimble/host/services/gap 35 - nimble/host/services/gatt 36 - nimble/host/store/ram 37 - nimble/transport/ram
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/ |
H A D | pkg.yml | 36 - nimble/controller 37 - nimble/host 38 - nimble/host/services/gap 39 - nimble/host/services/gatt 40 - nimble/host/store/config 41 - nimble/transport
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blehr/ |
H A D | pkg.yml | 36 - nimble/controller 37 - nimble/host 38 - nimble/host/services/gap 39 - nimble/host/services/gatt 40 - nimble/host/store/config 41 - nimble/transport/ram
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/dummy/src/ |
H A D | hci_dummy.c | 26 #include "nimble/ble.h" 27 #include "nimble/ble_hci_trans.h" 28 #include "nimble/hci_common.h" 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. 117 * Called by NimBLE host to free buffer allocated for HCI Event 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 */
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/riot/include/syscfg/ |
H A D | syscfg.h | 400 /*** nimble */ 437 /*** nimble/controller */ 442 /* Overridden by nimble/controller (defined by nimble/controller) */ 471 /* Overridden by nimble/controller (defined by nimble/controller) */ 512 /* Overridden by nimble/controller (defined by nimble/controller) */ 589 /* Overridden by hw/bsp/nrf52840pdk (defined by nimble/controller) */ 594 /*** nimble/drivers/nrf52 */ 619 /*** nimble/host */ 920 /*** nimble/host/services/ans */ 929 /*** nimble/host/services/bas */ [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/ |
H A D | pkg.yml | 18 pkg.name: nimble/host/test 20 pkg.description: "NimBLE host unit tests." 27 - nimble/host 28 - nimble/host/store/config 34 - nimble/transport/ram
|