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

- [x] - test plan update - [x] - workspace update - [ ] - GAP - [ ] - GATT - [ ] - SM - [ ] -...

Just use MYNET_VAL(FOO) directly or define nimble_opt_auto.h style config option locally in .c file This will allow to better match .h. and .c #ifdefs

Hi, not really an issue, more of a question. I was searching for the function that gets called when a CONNECT_REQ from the central has been received and the connection...

XCVR_TX_SCHED_DELAY is time the device needs to wake up before a scheduled event occurs. With higher mbox size (1024), CMAC can take longer to process the scheduled events. Scheduled events...

DNM

Hello, I'm trying to use nRF52811 with apps/blehci as bluetooth controller which is connected via uart hci. Scan on 1Mbps PHY is OK, but scan on coded phy has problem....

`nimble/transport/uart` handles now both host and controller - we could split this into two separate transports to make maintaining code easier.

It's much easier to read code which uses `CPUTIME_LT`, `CPUTIME_GT` etc. macros instead of direct subtraction and comparison - we should use those macros in LL where applicable.

Multi task environment for simple applications like beacon/eddystone is kind of overkill and increases ROM/RAM requirements. Also porting the lib to some new OS becomes challenging when time is scarce....

Hi, I want to use Nimble on a NRF52832 board which does not contain an external low frequency crystal (LFXO) - specifically, I want to build InfiniTime for a P8...

In case when host did not waited for all events for past commands and send another command system would assert. This happens because for every command there is one event...