Commit Graph

4 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 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