Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattServerFacade.java159 List<BluetoothDevice> connectedDevices = in gattServerGetConnectedDevices() local
161 mGattServerDiscoveredDevicesList.put(gattServerIndex, connectedDevices); in gattServerGetConnectedDevices()
162 return connectedDevices; in gattServerGetConnectedDevices()
189 List<BluetoothDevice> connectedDevices = in gattServerSendResponse() local
191 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerSendResponse()
218 List<BluetoothDevice> connectedDevices = in gattServerNotifyCharacteristicChanged() local
220 if (connectedDevices == null) { in gattServerNotifyCharacteristicChanged()
225 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerNotifyCharacteristicChanged()
261 List<BluetoothDevice> connectedDevices = in gattServerNotifyCharacteristicChangedByInstanceId() local
263 if (connectedDevices == null) { in gattServerNotifyCharacteristicChangedByInstanceId()
[all …]