Searched refs:mBluetoothGattDiscoveredServicesList (Results 1 – 2 of 2) sorted by relevance
58 private final HashMap<Integer, List<BluetoothGattService>> mBluetoothGattDiscoveredServicesList; field in GattClientFacade89 mBluetoothGattDiscoveredServicesList = new HashMap<Integer, List<BluetoothGattService>>(); in GattClientFacade()420 mBluetoothGattDiscoveredServicesList.get(discoveredServiceListIndex); in gattClientReadCharacteristic()480 mBluetoothGattDiscoveredServicesList.get(discoveredServiceListIndex); in gattClientReadCharacteristicByIndex()515 mBluetoothGattDiscoveredServicesList.get(discoveredServiceListIndex); in gattClientReadCharacteristicByInstanceId()558 mBluetoothGattDiscoveredServicesList.get(discoveredServiceListIndex); in gattClientWriteDescriptorByInstanceId()605 mBluetoothGattDiscoveredServicesList.get(discoveredServiceListIndex); in gattClientWriteCharacteristicByInstanceId()650 mBluetoothGattDiscoveredServicesList.get(discoveredServiceListIndex); in gattClientModifyAccessAndWriteCharacteristicByInstanceId()697 mBluetoothGattDiscoveredServicesList.get(discoveredServiceListIndex); in gattClientWriteInvalidCharacteristicByInstanceId()736 mBluetoothGattDiscoveredServicesList.get(discoveredServiceListIndex); in gattClientModifyAccessAndReadCharacteristicByInstanceId()[all …]
58 private final HashMap<Integer, List<BluetoothGattService>> mBluetoothGattDiscoveredServicesList; field in GattServerFacade83 mBluetoothGattDiscoveredServicesList = new HashMap<Integer, List<BluetoothGattService>>(); in GattServerFacade()