Commit Graph

6 Commits (132357fefef0a716f78557b5c4606b9caaf09b51)

Author SHA1 Message Date
Vincent Coubard 0fdd1080ed BLE: Implement Generic GattClient reset logic. 2018-01-12 15:01:49 +00:00
Vincent Coubard 6ab18b94b8 BLE: Align naming of GattClient procedure control blocks. 2018-01-12 15:01:49 +00:00
Vincent Coubard bab609fe2a BLE: Put generic gattclient procedures inside the GattClient class 2018-01-12 15:01:49 +00:00
Vincent Coubard 63668cb7d2 BLE: Add generic event filter.
This filter prevent events to be signaled multiple times to the upper layer. It
also signal events to a newly set event processor hook.
2017-10-31 17:37:05 +00:00
Vincent Coubard daaa5b1977 BLE: Introduce GenericGattClient and platform abstraction over ATT/GATT.
This changes introduce a platform adaptation over ATT/GATT that can be implemented by porter.
Unlike the GattClient interface, the ATT/GATT adaptation is simple, follow closely the Bluetooth specification and won't change over time.
Implementation of the GattClient interface is realized by the class GenericGattClient which accept in input a pal::GattClient.

This change will also free design space once adopted by partners, addition to the GattClient interface won't require partner support.
2017-09-26 15:20:15 +01:00
Vincent Coubard 2259e0d539 Move ARMmbed/feature/FEATURE_BLE into mbedmicro/mbed.
In the process, the path has been shortened and the unecessary ble
directory between FEATURE_BLE and the actual implementation has been
removed.

commit id of ARMmbed : 17728a824c7273e16b6b74fae871e2997c88ecd1
2016-07-20 22:10:36 +01:00