mynewt-nimble icon indicating copy to clipboard operation
mynewt-nimble copied to clipboard

Apache mynewt

Results 190 mynewt-nimble issues
Sort by recently updated
recently updated
newest added

Tests not passing in PTS v8.1.2 after Mesh sync https://github.com/apache/mynewt-nimble/pull/1062 - MESH/NODE/NET/BV-07-C - MESH/NODE/NET/BV-14-C - MESH/NODE/RLY/BV-02-C - MESH/NODE/TNPT/BV-13-C - MESH/NODE/IVU/BV-04-C - MESH/NODE/FRND/FN/BV-12-C - MESH/NODE/FRND/FN/BV-20-C - MESH/NODE/FRND/LPN/BV-02-C - MESH/SR/PROX/BV-14-C - MESH/SR/MPXS/BV-09-C...

This was found using `blestress` app on nrf52840 DK. When test 7 (PHY updates from tx device - central) is executed it will cause silent restart during test 9 (connect...

This adds support for zero-copy rx. When enabled, phy receives data directly into mbuf and thus there's no need to copy received PDU from phy buffer into mbuf which significantly...

sometimes i am having this problem after i call `nimble_port_stop(); nimble_port_deinit();` `assertion "ret == pdPASS" failed: file "F:/msys32/home/umeri/esp/esp-idf/components/nimble/nimble/porting/npl/freertos/src/npl_os_freertos.c", line 291, function: npl_freertos_sem_release` I am using esp-idfv3.3.1 with ESP32-WROOM and tested...

Hi, Currently in nimble code, there is no API to remote a particular address from whitelist. The API ble_gap_wl_set https://github.com/apache/mynewt-nimble/blob/master/nimble/host/src/ble_gap.c#L2162 can be used to remove *all* entries in whitelist if...

porting/npl/linux: support C library (such as musl) which didn't have PTHREAD_MUTEX_RECURSIVE_NP defined

This aims to make phy switching in scanner really simple. Currently we have two separate scan windows (one for each phy) that usually move at different interval and we are...

Pairing might occur again with the same peer, for example on call of test function ble_gap_pair_initiate(). This will lead to adding new keys to storage for the same peer, but...

As per CORE v5.3, Vol 3, Part C 10.7.1 NRPA should only be set for specified timeout, after which it'll change: > 10.7.1.2 The Host shall generate a (...) non-...