Save a cache of all services and characteristics of a BluetoothDevice. Possible?
问题 I have a BluetoothDevice with it's associated BluetoothGatt object. This is a device that the user connects to daily, and it does not have any characteristics or services that change often. Right now in order to interact with the device, after each connect I have to first discover all services, which often adds 1-5 seconds of delay to the whole process. My question is: is it possible to save a cache of my devices' services and characteristics so that I don't have to actually do a call to