[GitHub] ccollins476ad commented on issue #480: Allow GATT services to be registered after startup

2017-08-10 Thread git
ccollins476ad commented on issue #480: Allow GATT services to be registered after startup URL: https://github.com/apache/mynewt-core/pull/480#issuecomment-321562680 You're right - that would be better. I will take a look.

[GitHub] sjanc commented on issue #480: Allow GATT services to be registered after startup

2017-08-10 Thread git
sjanc commented on issue #480: Allow GATT services to be registered after startup URL: https://github.com/apache/mynewt-core/pull/480#issuecomment-321465992 Hi Chris, so I was wondering if we could have ble_gatts_add/remove_service() instead and keep tthose internally on list,

[GitHub] ccollins476ad opened a new pull request #483: BLE Host - Automatic own-addr-type resolution

2017-08-10 Thread git
ccollins476ad opened a new pull request #483: BLE Host - Automatic own-addr-type resolution URL: https://github.com/apache/mynewt-core/pull/483 This commit adds a new function to the NimBLE host API: ``` /** * Determines the best address type to use for automatic address type

[GitHub] ccollins476ad closed pull request #482: BLE Host - Auto own-addr-type values

2017-08-10 Thread git
ccollins476ad closed pull request #482: BLE Host - Auto own-addr-type values URL: https://github.com/apache/mynewt-core/pull/482 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] ccollins476ad commented on issue #480: Allow GATT services to be registered after startup

2017-08-10 Thread git
ccollins476ad commented on issue #480: Allow GATT services to be registered after startup URL: https://github.com/apache/mynewt-core/pull/480#issuecomment-321623437 I may have misunderstood your comment initially. Just to clarify: different packages can register their own services

[GitHub] ccollins476ad opened a new pull request #86: newt - Fix handling of private github repos.

2017-08-10 Thread git
ccollins476ad opened a new pull request #86: newt - Fix handling of private github repos. URL: https://github.com/apache/mynewt-newt/pull/86 The current handling of private github repos is broken in a few ways: 1. Only used for retrieval of repository.yml; manual login+password