Searched defs:bluetoothDevice (Results 1 – 11 of 11) sorted by relevance
59 public void addDevice(BluetoothDevice bluetoothDevice, int connectionState) { in addDevice()64 public void removeDevice(BluetoothDevice bluetoothDevice) { in removeDevice()128 protected boolean startVoiceRecognition(BluetoothDevice bluetoothDevice) { in startVoiceRecognition()150 protected boolean stopVoiceRecognition(BluetoothDevice bluetoothDevice) { in stopVoiceRecognition()160 protected boolean isAudioConnected(BluetoothDevice bluetoothDevice) { in isAudioConnected()189 protected boolean setActiveDevice(@Nullable BluetoothDevice bluetoothDevice) { in setActiveDevice()228 private boolean isDeviceActive(BluetoothDevice bluetoothDevice) { in isDeviceActive()233 int bluetoothProfileExtraState, BluetoothDevice bluetoothDevice) { in sendAudioStateChangedBroadcast()
33 public void addDevice(BluetoothDevice bluetoothDevice, int connectionState) { in addDevice()44 public void removeDevice(BluetoothDevice bluetoothDevice) { in removeDevice()
52 public void addDevice(BluetoothDevice bluetoothDevice, int connectionState) { in addDevice()60 public void removeDevice(BluetoothDevice bluetoothDevice) { in removeDevice()144 protected boolean setActiveDevice(@Nullable BluetoothDevice bluetoothDevice) { in setActiveDevice()
44 private BluetoothDevice bluetoothDevice; field in ShadowInCallService160 protected void requestBluetoothAudio(BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()228 void requestBluetoothAudio(BluetoothDevice bluetoothDevice); in requestBluetoothAudio()
39 val bluetoothDevice = bluetoothManager.adapter.getRemoteDevice(BLUETOOTH_MAC) in newScanResult() constant61 val bluetoothDevice = scanResult.device in testBluetoothProvisioner() constant
49 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in canCreateBluetoothDeviceViaNewInstance() local173 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_doesntCrash() local184 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_withTransport_doesntCrash() local197 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_withTransportPhy_doesntCrash() local211 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_withTransportPhyHandler_doesntCrash() local279 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_withInterceptor() local
91 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance("00:11:22:33:AA:BB"); in requestBluetoothAudio_getBluetoothAudio() local
108 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance("11:22:33:AA:BB:00"); in getConnectionState_deviceNotFound_returnsDisconnectedState() local
121 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in setUp() local
191 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerSendResponse() local225 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerNotifyCharacteristicChanged() local268 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerNotifyCharacteristicChangedByInstanceId() local410 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerReadPhy() local447 BluetoothDevice bluetoothDevice = connectedDevices.get(bluetoothDeviceIndex); in gattServerSetPreferredPhy() local
80 private BluetoothDevice bluetoothDevice; field in AppRTCBluetoothManager