Commit: 183d47c1760107fbe3958c3f7d63cc17cef745ae
Parent: 6d410a0e2e2e801e8555a42f799ede5787565bf7
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2019-02-13 17:09:13
Tree: feaf5bbc401f54378e632cfef81d8835d0509e8d

client: Add gatt.clone command This adds clone command to gatt submenu which can be use to clone services as follow: Clone all services from the connected device: > gatt.clone Clone a given service > gatt.select-attribute <attribute/uuid> > gatt.clone In either case there is a prompt to confirm since this may add a lot of service the user must confim before proceding. Then finally: > gatt.register-application

Diffstat

M client/gatt.c | 235 ++++++++++++++++++++++++++++++++++++++++
M client/gatt.h | 1 +
M client/main.c | 17 +++++++++++++++++

3 files changed, 253 insertions(+), 0 deletions(-)

View Full Diff | Patch