Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattServerFacade.java59 private final HashMap<Integer, List<BluetoothDevice>> mGattServerDiscoveredDevicesList; field in GattServerFacade
84 mGattServerDiscoveredDevicesList = new HashMap<Integer, List<BluetoothDevice>>(); in GattServerFacade()
161 mGattServerDiscoveredDevicesList.put(gattServerIndex, connectedDevices); in gattServerGetConnectedDevices()
403 List<BluetoothDevice> connectedDevices = mGattServerDiscoveredDevicesList.get( in gattServerReadPhy()
440 List<BluetoothDevice> connectedDevices = mGattServerDiscoveredDevicesList.get( in gattServerSetPreferredPhy()
DGattClientFacade.java59 private final HashMap<Integer, List<BluetoothDevice>> mGattServerDiscoveredDevicesList; field in GattClientFacade
90 mGattServerDiscoveredDevicesList = new HashMap<Integer, List<BluetoothDevice>>(); in GattClientFacade()