Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattServerFacade.java159 List<BluetoothDevice> connectedDevices = in gattServerGetConnectedDevices() local
189 List<BluetoothDevice> connectedDevices = in gattServerSendResponse() local
218 List<BluetoothDevice> connectedDevices = in gattServerNotifyCharacteristicChanged() local
261 List<BluetoothDevice> connectedDevices = in gattServerNotifyCharacteristicChangedByInstanceId() local
403 List<BluetoothDevice> connectedDevices = mGattServerDiscoveredDevicesList.get( in gattServerReadPhy() local
440 List<BluetoothDevice> connectedDevices = mGattServerDiscoveredDevicesList.get( in gattServerSetPreferredPhy() local
/external/leakcanary2/shark-cli/src/main/java/shark/
DDumpProcessCommand.kt43 val connectedDevices = deviceList.lines() in CliktCommand() constant