Home
last modified time | relevance | path

Searched refs:mBluetoothGattDiscoveredServicesList (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattClientFacade.java59 private final HashMap<Integer, List<BluetoothGattService>> mBluetoothGattDiscoveredServicesList; field in GattClientFacade
88 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 …]
DGattServerFacade.java59 private final HashMap<Integer, List<BluetoothGattService>> mBluetoothGattDiscoveredServicesList; field in GattServerFacade
84 mBluetoothGattDiscoveredServicesList = new HashMap<Integer, List<BluetoothGattService>>(); in GattServerFacade()