Searched defs:btDevice (Results 1 – 11 of 11) sorted by relevance
383 BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE, in onReceiveBtEvent() local850 private @NonNull AudioDeviceAttributes getHeadsetAudioDevice(BluetoothDevice btDevice) { in getHeadsetAudioDevice()859 private static AudioDeviceAttributes btHeadsetDeviceToAudioDevice(BluetoothDevice btDevice) { in btHeadsetDeviceToAudioDevice()889 private boolean handleBtScoActiveDeviceChange(BluetoothDevice btDevice, boolean isActive) { in handleBtScoActiveDeviceChange()925 private String getAnonymizedAddress(BluetoothDevice btDevice) { in getAnonymizedAddress()931 /*package */ synchronized void onSetBtScoActiveDevice(BluetoothDevice btDevice) { in onSetBtScoActiveDevice()1329 public static void onNotifyPreferredAudioProfileApplied(BluetoothDevice btDevice) { in onNotifyPreferredAudioProfileApplied()
285 /*package*/ void onSetBtScoActiveDevice(BluetoothDevice btDevice) { in onSetBtScoActiveDevice()1520 /*package*/ void postNotifyPreferredAudioProfileApplied(BluetoothDevice btDevice) { in postNotifyPreferredAudioProfileApplied()1619 boolean connect, @Nullable BluetoothDevice btDevice) { in handleDeviceConnection()1639 /*package*/ boolean hasScheduledA2dpConnection(BluetoothDevice btDevice) { in hasScheduledA2dpConnection()2044 final BluetoothDevice btDevice = (BluetoothDevice) msg.obj; in handleMessage() local
933 final BluetoothDevice btDevice = btInfo.mDevice; in onBluetoothDeviceConfigChange() local
51 public static String btDeviceToString(@NonNull BluetoothDevice btDevice) { in btDeviceToString()
177 val btDevice = mock<BluetoothDevice>() in testSecondaryLabel_whenBatteryMetadataUnavailable_isBluetoothBatteryLevelState() constant326 val btDevice = mock<BluetoothDevice>() in listenToDeviceMetadata() constant
129 val btDevice = TestAudioDevicesFactory.bluetoothDevice() in inCall_bluetooth_returnsCommunicationDevice() constant
413 private void checkSingleSystemConnection(BluetoothDevice btDevice) throws Exception { in checkSingleSystemConnection()
342 void openBluetoothDevice(BluetoothDevice btDevice) { in openBluetoothDevice()
797 private boolean isBLEMIDIDevice(BluetoothDevice btDevice) { in isBLEMIDIDevice()831 private void dumpUuids(BluetoothDevice btDevice) { in dumpUuids()847 private boolean hasNonMidiUuids(BluetoothDevice btDevice) { in hasNonMidiUuids()
678 BluetoothDevice btDevice; in restoreBluetoothA2dp() local1016 BluetoothDevice btDevice = in onReceive() local
570 BluetoothDevice btDevice = btAdapter.getRemoteDevice(address.toString().toUpperCase()); in removeBond() local