summaryrefslogtreecommitdiff
path: root/src/libs/mynewt-nimble/porting
AgeCommit message (Collapse)AuthorFilesLines
2022-07-07Nimble: Enable optional debug output via RTTChristoph Honal2-2/+3
This allows better debugging of the bluetooth stack.
2022-07-07Nimble: Reduce BLE power usageChristoph Honal2-2/+14
This configures Nimble to enable the HFCLOCK and other Bluetooth peripherals only when needed, but 1500 us in advance. This time is recommended by the Mynewt docs.
2022-03-21New changes according to the review : Priority 0 for display, 1 for system, ↵Jean-François Milants1-2/+2
timer and ble host, and 2 for ble LL
2022-03-21Fix priorities of BLE tasksJean-François Milants1-2/+2
2021-12-09Adjust BLE/LL stacks, style, comments, refactoringJames A. Jerkins1-2/+2
Increase BLE task stack +200 and decrease LL task stack -200 more braces!
2021-12-09Connect and bond with a passkeyJames A. Jerkins1-8/+8
This commit adds the following: Passkey pairing - passkey is displayed on watch Swipe down to clear passkey screen Connection encryption Connection bonding Automatic reconnects to a bonded peripheral Trusted device on Android Note that persisting the bond between reboots is NOT included in this commit. Therefore, rebooting the watch will cause reconnect failures. You must delete the bond from the phone to reconnect/pair.
2021-02-07Fix memory leak in timer management in port layer of Nimble.Jean-François Milants1-0/+2
2021-02-02Update to nimble 1.3 master branch commit ↵Jean-François Milants55-140/+3780
82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled!
2020-07-11Fix/Workaround a memory leak each time a device connects to BLE.JF1-0/+6
2020-07-08Remove debug (and bad) #includes.JF1-1/+0
2020-07-02Reduce RAM memory usage by tuning the stack of the stasks and the heap ↵JF1-2/+2
allocated for FreeRTOS. Add Monitor to log the stack usage of each task.
2020-06-19Disable all loggingJF1-2/+2
2020-06-16Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.JF2-682/+432
2020-05-02Merge branch 'nimble' into nimble-otaJF1-2/+2
2020-05-02Update syscfg.hJF2-2/+2
2020-04-30Fix random crash caused by bad implementation of ble_npl_hw_enter_critical().JF1-2/+2
2020-04-26Add Nimble in libs directoryJF102-0/+18627