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

This is not so much an issues as a discussion, before we start implementation, since I couldn't find a forum for this. We would like to completely disable Nimble and...

Is there any example of ble server/peripheral where the ble is stated, broadcast for a duration eg 90 seconds, then disposed/shutdown ble. Wait for 5 minutes create start broadcast again...

There isn't macro __BYTE_ORDER__ and __ORDER_BIG_ENDIAN__ on other compiler like KEIL or IAR. In that case, the complier will complier without error, but the HCI cmd will be BIG_ENDIAN as...

If hci_vs support is enabled for CSS, an event will be sent every time slot chanes for a connection. Event is also sent after connection is created (after conn complete...

This allows to process more data while receiving another. @sjanc

nRF52840-DK BLE peripheral sample with PWM servo control ability.

nimble is portable both with respect to the operating system it runs on and to the radio modules, but starting at the project web page or repository it is hard...

when bt_mesh_model_send was called in two different thread. there are two msgs send in the same time. bt_mesh_model_send -> model_send -> bt_mesh_trans_send -> trans_encrypt in function trans_encrypt, use current seqence...