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

When I run NimBLE on linux platform, and enables MYNEWT_VAL_BLE_HS_DEBUG the error occurs: nimble/host/src/ble_gap.c: 607: ble_gap_call_event_cb: Assertion `!ble_hs_locked_by_cur_task()' failed. follow the function ble_hs_lock() --->BLE_HS_DBG_ASSERT(!ble_hs_locked_by_cur_task())---> ble_hs_locked_by_cur_task() { #if MYNEWT struct os_task...

https://github.com/apache/mynewt-nimble/blob/7b5b5e5b512133e50ef8a517b13e7269f9c821fd/apps/blehr/src/main.c#L33 Probably not an actual bug, but shouldn't `notify_state` in principle use an `atomic_bool` or another locking mechanism? It is written in `blehr_gap_event` callback while it is read in the...

hi! I'm from the [MicroPython](https://github.com/micropython/micropython) project, where we use NimBLE as our BLE stack (on top of a few different HCI controllers). I've recently been doing some work with pairing...

Hello, Is there any possibility to use this example https://mynewt.apache.org/latest/tutorials/ble/blehci_project.html with the 3wire (H:5) HCI protocol. This is for nRF52832 hardware connected to BlueZ without hardware flow control.

Nimble currently can't be compiled with `-std=c99` flag passed to the compiler. A number of errors will trigger when ISO C99 requirements are enforced.

Tested the Mesh this week and worked very fine! I tested with 2 NINA B112 and 1 Raspberry (provision) I have a question, when i sent the onoff 0 and...

I did a [CheriOS ](https://github.com/CTSRD-CHERI/cherios) port of NimBLE host controller. I can successfully run the bleprph demo. CheriOS runs on a [CHERI-MIPS CPU](https://www.cl.cam.ac.uk/research/security/ctsrd/cheri/), which has some additional programming constraints compared...

Hi, sorry for posting here, but I am trying this alread for days now. Using nimBLE as peripheral on an ESP32 and it basically works fine. But one important detail...

This is initial implementation and not yet completed. Idea is to hide EATT from the application, but instead allow to Host to choose bearer to use. Code pass some PTS...