Re: [RFC] Using BLE device address in API

2017-02-01 Thread Andrzej Kaczmarek
Hi, I created pull request which contains patch that introduces ble_addr_t type and makes public API use it: https://github.com/apache/incubator-mynewt-core/pull/173 In most cases internals are not updated since this in some cases requires a lot of additional work and can be done later. Apart

[RFC] Using BLE device address in API

2017-01-26 Thread Andrzej Kaczmarek
Hi, I think it would be nice to do one more API refactoring before 1.0 release and simplify using BLE device address in API. The current state here is similar to what we had with UUIDs in ATT code, i.e. addresses are passed as pair of address type and address value and there is no common way to