OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBluetoothGattDiscoveredServicesList
(Results
1 - 2
of
2
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattClientFacade.java
58
private final HashMap<Integer, List<BluetoothGattService>>
mBluetoothGattDiscoveredServicesList
;
89
mBluetoothGattDiscoveredServicesList
= new HashMap<Integer, List<BluetoothGattService>>();
420
mBluetoothGattDiscoveredServicesList
.get(discoveredServiceListIndex);
480
mBluetoothGattDiscoveredServicesList
.get(discoveredServiceListIndex);
515
mBluetoothGattDiscoveredServicesList
.get(discoveredServiceListIndex);
558
mBluetoothGattDiscoveredServicesList
.get(discoveredServiceListIndex);
605
mBluetoothGattDiscoveredServicesList
.get(discoveredServiceListIndex);
650
mBluetoothGattDiscoveredServicesList
.get(discoveredServiceListIndex);
697
mBluetoothGattDiscoveredServicesList
.get(discoveredServiceListIndex);
[
all
...]
GattServerFacade.java
58
private final HashMap<Integer, List<BluetoothGattService>>
mBluetoothGattDiscoveredServicesList
;
83
mBluetoothGattDiscoveredServicesList
= new HashMap<Integer, List<BluetoothGattService>>();
[
all
...]
Completed in 94 milliseconds