Home
last modified time | relevance | path

Searched full:transport (Results 1 – 25 of 109) sorted by relevance

12345

/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/
H A Dpkg.yml20 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 Dsyscfg.yml22 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 Dhci_dummy.c66 /* 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 Dble_hci_trans.h56 * 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 DREADME.md13 - 安全管理(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 Dsyscfg.yml21 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 Dpkg.yml20 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 Dble_hci_emspi.c40 #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 Dble_hci_socket.c21 * 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 Dip.h162 /** 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 Derrno.h144 #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 Dip.h160 /** 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 Derrno.h144 #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 Dpkg.yml20 pkg.name: nimble/transport/socket
21 pkg.description: Provides HCI transport over socket interface
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/
H A Dpkg.yml31 - "@apache-mynewt-core/mgmt/newtmgr/transport/ble"
44 - nimble/transport
/nrf52832-nimble/packages/NimBLE-latest/apps/bleuart/
H A Dpkg.yml33 - "@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 Darch.h175 #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 DMakefile.controller22 $(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 DMakefile29 $(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 Dble_hci_uart.c40 #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 Dsyscfg.yml164 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 Dble_hci_ram.c29 #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 Dpkg.yml20 pkg.name: nimble/transport/ram
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/
H A Dpkg.yml20 pkg.name: nimble/transport/uart
/nrf52832-nimble/packages/NimBLE-latest/apps/blehci/
H A Dpkg.yml30 - nimble/transport/uart

12345