/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 33 - nimble/transport/emspi 36 - nimble/transport/ram 39 - nimble/transport/socket 42 - nimble/transport/uart
|
H A D | syscfg.yml | 22 Enables HCI transport for built-in NimBLE controller. 23 This is virtually the same as enabling RAM HCI transport and 27 description: Enables EM SPI HCI transport package 30 description: Enables RAM HCI transport package 33 description: Enables socket HCI transport package 36 description: Enables UART HCI transport package
|
/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 */ 86 * Called by HCI transport to allocate buffer 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 */ 217 /* Called by application to initialize transport structures */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/ |
H A D | ble_hci_trans.h | 56 * transport does not have separate settings for low and high buffer counts, 138 * BLE_ERR_UNSUPPORTED if the transport does not 144 * Configures the HCI transport to operate with a controller. The transport 162 * Configures the HCI transport to operate with a host. The transport will 181 * the underlying transport.
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | README.md | 13 - 安全管理(SM),支持传统配对(LE Legacy Pairing),安全连接(LE Secure Connections),特定秘钥分发(Transport Specific Key Dist… 92 │ └───transport /* HCI 传输抽象层 */ 130 HCI Transport support ---- 146 **HCI Transport support** : 配置HCI层传输方式
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/ |
H A D | syscfg.yml | 21 description: 'Indicates that the emspi host HCI transport is present.' 28 # This is a host-only transport. 95 Sysinit stage for the EMSPI BLE transport.
|
H A D | pkg.yml | 20 pkg.name: nimble/transport/emspi 21 pkg.description: "HCI transport using EM's HCI SPI protocol."
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/src/ |
H A D | ble_hci_emspi.c | 40 #include "transport/emspi/ble_hci_emspi.h" 46 * The emspi HCI transport doesn't use event buffer priorities. All incoming 632 * Unsupported. This is a host-only transport. 641 * Unsupported. This is a host-only transport. 685 * Configures the HCI transport to call the specified callback upon receiving 708 * Configures the HCI transport to operate with a host. The transport will 813 * Resets the HCI UART transport to a clean state. Frees all buffers and 887 * Initializes the UART HCI transport module.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/src/ |
H A D | ble_hci_socket.c | 21 * Provides HCI transport over sockets. Either over 27 * BLE_SOCK_TCP_PORT controls the target port this transport 90 * The UART HCI transport doesn't use event buffer priorities. All incoming 628 * Configures the HCI transport to call the specified callback upon receiving 654 * Configures the HCI transport to operate with a host. The transport will 751 * Resets the HCI UART transport to a clean state. Frees all buffers and 820 * Initializes the UART HCI transport module.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | ip.h | 162 /** Get the transport layer protocol */ 166 /** Get the transport layer header */ 183 /** Get the transport layer protocol */ 185 /** Get the transport layer header */ 200 /** Get the transport layer protocol */ 202 /** Get the transport layer header */
|
H A D | errno.h | 144 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ 155 #define EISCONN 106 /* Transport endpoint is already connected */ 156 #define ENOTCONN 107 /* Transport endpoint is not connected */ 157 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | ip.h | 160 /** Get the transport layer protocol */ 164 /** Get the transport layer header */ 181 /** Get the transport layer protocol */ 183 /** Get the transport layer header */ 198 /** Get the transport layer protocol */ 200 /** Get the transport layer header */
|
H A D | errno.h | 144 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ 155 #define EISCONN 106 /* Transport endpoint is already connected */ 156 #define ENOTCONN 107 /* Transport endpoint is not connected */ 157 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/ |
H A D | pkg.yml | 20 pkg.name: nimble/transport/socket 21 pkg.description: Provides HCI transport over socket interface
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/ |
H A D | pkg.yml | 31 - "@apache-mynewt-core/mgmt/newtmgr/transport/ble" 44 - nimble/transport
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleuart/ |
H A D | pkg.yml | 33 - "@apache-mynewt-nimble/nimble/transport/ram" 40 - "@apache-mynewt-core/mgmt/newtmgr/transport/ble"
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | arch.h | 175 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ 186 #define EISCONN 106 /* Transport endpoint is already connected */ 187 #define ENOTCONN 107 /* Transport endpoint is not connected */ 188 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/ |
H A D | Makefile.controller | 22 $(NIMBLE_ROOT)/nimble/transport/ram/include \ 28 $(NIMBLE_ROOT)/nimble/transport/ram/src/ble_hci_ram.c \
|
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/linux/ |
H A D | Makefile | 29 $(NIMBLE_ROOT)/nimble/transport/socket/src/ble_hci_socket.c \ 44 $(NIMBLE_ROOT)/nimble/transport/socket/include \
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/src/ |
H A D | ble_hci_uart.c | 40 #include "transport/uart/ble_hci_uart.h" 47 * The UART HCI transport doesn't use event buffer priorities. All incoming 937 * Configures the HCI transport to call the specified callback upon receiving 960 * Configures the HCI transport to operate with a host. The transport will 1070 * Resets the HCI UART transport to a clean state. Frees all buffers and 1115 * Initializes the UART HCI transport module.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 164 Maximum incoming Upper Transport Access PDU length. This 183 which 4 or 8 bytes is used for the Transport Layer MIC). For 248 the minimum number of maximum size Lower Transport PDUs that 358 Use this option to enable Transport layer debug logs for the
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/ram/src/ |
H A D | ble_hci_ram.c | 29 #include "transport/ram/ble_hci_ram.h" 186 * Unsupported; the RAM transport does not have a dedicated ACL data packet
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/ram/ |
H A D | pkg.yml | 20 pkg.name: nimble/transport/ram
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/ |
H A D | pkg.yml | 20 pkg.name: nimble/transport/uart
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blehci/ |
H A D | pkg.yml | 30 - nimble/transport/uart
|