Other Parts Discussed in Thread: CC2540
Hello Everyone,
I have been working on a BLE application with CC2540 (slave) and Nexus 5 (master). On Android application whenever I am done with physical connection, I discover GATT services, then eventually I can read and write data by using 128 bit UUIDs. According to my experiences, I can not read/write/notify information with UUIDs without discovering GATT services from the CC2540 device.
Is there some way to store GATT services once and whenever I connect to the same device, I can restore GATT services back on Android device? Discovering services almost takes 5 second and I would like to shorten this time by restoring stored GATT services.
Thank you so much!
Have a great day to all!