val supportedGattServices: Task<List<BluetoothGattService>>
Retrieves a list of supported GATT services on the connected device. This should be
invoked only after BluetoothGatt#discoverServices()
completes successfully.
Return
A List
of supported services.