Searched defs:bluetoothDevice (Results 1 – 11 of 11) sorted by relevance
65 protected boolean startVoiceRecognition(BluetoothDevice bluetoothDevice) { in startVoiceRecognition()87 protected boolean stopVoiceRecognition(BluetoothDevice bluetoothDevice) { in stopVoiceRecognition()97 protected boolean isAudioConnected(BluetoothDevice bluetoothDevice) { in isAudioConnected()126 protected boolean setActiveDevice(@Nullable BluetoothDevice bluetoothDevice) { in setActiveDevice()165 private boolean isDeviceActive(BluetoothDevice bluetoothDevice) { in isDeviceActive()170 int bluetoothProfileExtraState, BluetoothDevice bluetoothDevice) { in sendAudioStateChangedBroadcast()
33 public void addDevice(BluetoothDevice bluetoothDevice, int connectionState) { in addDevice()41 public void removeDevice(BluetoothDevice bluetoothDevice) { in removeDevice()125 protected boolean setActiveDevice(@Nullable BluetoothDevice bluetoothDevice) { in setActiveDevice()
44 private BluetoothDevice bluetoothDevice; field in ShadowInCallService142 protected void requestBluetoothAudio(BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()186 void requestBluetoothAudio(BluetoothDevice bluetoothDevice); in requestBluetoothAudio()
28 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in canCreateBluetoothDeviceViaNewInstance() local95 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in connectGatt_doesntCrash() local
22 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance(MOCK_MAC_ADDRESS); in canCreateBluetoothGattViaNewInstance() local
48 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() local
103 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance("11:22:33:AA:BB:00"); in getConnectionState_deviceNotFound_returnsDisconnectedState() local
93 BluetoothDevice bluetoothDevice = ShadowBluetoothDevice.newInstance("00:11:22:33:AA:BB"); in requestBluetoothAudio_getBluetoothAudio() local
97 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