Searched refs:mBluetoothGattDiscoveredServicesList (Results 1 – 2 of 2) sorted by relevance
59 private final HashMap<Integer, List<BluetoothGattService>> mBluetoothGattDiscoveredServicesList; field in GattClientFacade88 mBluetoothGattDiscoveredServicesList = new HashMap<Integer, List<BluetoothGattService>>(); in GattClientFacade()386 mBluetoothGattDiscoveredServicesList.get(discoveredServiceListIndex); in gattClientReadCharacteristic()422 List<BluetoothGattService> gattServiceList = mBluetoothGattDiscoveredServicesList.get( in gattClientReadDescriptor()465 mBluetoothGattDiscoveredServicesList.get(discoveredServiceListIndex); in gattClientWriteDescriptor()508 mBluetoothGattDiscoveredServicesList.get(discoveredServiceListIndex); in gattClientDescriptorSetValue()548 mBluetoothGattDiscoveredServicesList.get(discoveredServiceListIndex); in gattClientWriteCharacteristic()584 mBluetoothGattDiscoveredServicesList.get(discoveredServiceListIndex); in gattClientCharacteristicSetValue()621 mBluetoothGattDiscoveredServicesList.get(discoveredServiceListIndex); in gattClientCharacteristicSetWriteType()724 if(mBluetoothGattDiscoveredServicesList.get(discoveredServiceListIndex) != null) { in gattClientSetCharacteristicNotification()[all …]
59 private final HashMap<Integer, List<BluetoothGattService>> mBluetoothGattDiscoveredServicesList; field in GattServerFacade84 mBluetoothGattDiscoveredServicesList = new HashMap<Integer, List<BluetoothGattService>>(); in GattServerFacade()