The FitbitGatt API is designed to provide a strong state machine around all Android gatt operations with the aim of making Android BLE development across Android vendors as straightforward and side-effect free as possible.
Return copy of GATT services list returned by GetGattServerServicesTransaction, to avoid ConcurrentModificationException that could happen to users are iterating the list on different thread
Return copy of GATT services list returned by GetGattServerServicesTransaction, to avoid ConcurrentModificationException that could happen to users are iterating the list on different thread