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.java58 private final HashMap<Integer, List<BluetoothGattService>> mBluetoothGattDiscoveredServicesList; field in GattClientFacade
89 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 …]
DGattServerFacade.java58 private final HashMap<Integer, List<BluetoothGattService>> mBluetoothGattDiscoveredServicesList; field in GattServerFacade
83 mBluetoothGattDiscoveredServicesList = new HashMap<Integer, List<BluetoothGattService>>(); in GattServerFacade()