Searched refs:connectedDevices (Results 1 – 1 of 1) sorted by relevance
159 List<BluetoothDevice> connectedDevices = in gattServerGetConnectedDevices() local161 mGattServerDiscoveredDevicesList.put(gattServerIndex, connectedDevices); in gattServerGetConnectedDevices()162 return connectedDevices; in gattServerGetConnectedDevices()189 List<BluetoothDevice> connectedDevices = in gattServerSendResponse() local191 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerSendResponse()218 List<BluetoothDevice> connectedDevices = in gattServerNotifyCharacteristicChanged() local220 if (connectedDevices == null) { in gattServerNotifyCharacteristicChanged()225 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerNotifyCharacteristicChanged()261 List<BluetoothDevice> connectedDevices = in gattServerNotifyCharacteristicChangedByInstanceId() local263 if (connectedDevices == null) { in gattServerNotifyCharacteristicChangedByInstanceId()[all …]