Home
last modified time | relevance | path

Searched refs:getByteAddress (Results 1 – 20 of 20) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetNativeInterface.java264 return connectHfpNative(Utils.getByteAddress(device)); in connectHfp()
275 return disconnectHfpNative(Utils.getByteAddress(device)); in disconnectHfp()
286 return connectAudioNative(Utils.getByteAddress(device)); in connectAudio()
297 return disconnectAudioNative(Utils.getByteAddress(device)); in disconnectAudio()
329 return startVoiceRecognitionNative(Utils.getByteAddress(device)); in startVoiceRecognition()
341 return stopVoiceRecognitionNative(Utils.getByteAddress(device)); in stopVoiceRecognition()
374 batteryCharge, Utils.getByteAddress(device)); in cindResponse()
413 Utils.getByteAddress(device)); in clccResponse()
444 Utils.getByteAddress(device)); in phoneStateChange()
467 return sendBsirNative(value, Utils.getByteAddress(device)); in sendBsir()
[all …]
H A DAtPhonebook.java157 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in AtPhonebook
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpNativeInterface.java99 return connectA2dpNative(getByteAddress(device)); in connectA2dp()
109 return disconnectA2dpNative(getByteAddress(device)); in disconnectA2dp()
119 return setSilenceDeviceNative(getByteAddress(device), silence); in setSilenceDevice()
129 return setActiveDeviceNative(getByteAddress(device)); in setActiveDevice()
142 return setCodecConfigPreferenceNative(getByteAddress(device), in setCodecConfigPreference()
150 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in A2dpNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidNativeInterface.java93 return connectHearingAidNative(getByteAddress(device)); in connectHearingAid()
104 return disconnectHearingAidNative(getByteAddress(device)); in disconnectHearingAid()
115 return addToAcceptlistNative(getByteAddress(device)); in addToAcceptlist()
131 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in HearingAidNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java365 mNativeInterface.queryCurrentCalls(getByteAddress(mCurrentDevice)); in queryCallsStart()
846 mNativeInterface.disconnect(getByteAddress(mCurrentDevice)); in doQuit()
934 if (!mNativeInterface.connect(getByteAddress(device))) { in processMessage()
981 mNativeInterface.disconnect(getByteAddress(device)); in processConnectionEvent()
1095 mNativeInterface.disconnect(getByteAddress(device)); in processConnectionEvent()
1197 mNativeInterface.connect(getByteAddress(device)); in processMessage()
1232 getByteAddress(mCurrentDevice))) { in processMessage()
1243 getByteAddress(mCurrentDevice))) { in processMessage()
1335 getByteAddress(mCurrentDevice))) { in processMessage()
1387 getByteAddress(mCurrentDevice))) { in processMessage()
[all …]
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioNativeInterface.java67 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in LeAudioNativeInterface
169 return connectLeAudioNative(getByteAddress(device)); in connectLeAudio()
179 return disconnectLeAudioNative(getByteAddress(device)); in disconnectLeAudio()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidHostService.java166 if (!connectHidNative(Utils.getByteAddress(device))) {
178 if (!disconnectHidNative(Utils.getByteAddress(device))) {
204 virtualUnPlugNative(Utils.getByteAddress(device));
222 if (!getProtocolModeNative(Utils.getByteAddress(device))) {
238 if (!virtualUnPlugNative(Utils.getByteAddress(device))) {
249 if (!setProtocolModeNative(Utils.getByteAddress(device), protocolMode)) {
262 if (!getReportNative(Utils.getByteAddress(device), reportType, reportId,
289 if (!setReportNative(Utils.getByteAddress(device), reportType, report)) {
304 if (!getIdleTimeNative(Utils.getByteAddress(device))) {
321 if (!setIdleTimeNative(Utils.getByteAddress(device), idleTime)) {
[all …]
H A DHidDeviceNativeInterface.java156 return connectNative(getByteAddress(device)); in connect()
255 private byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in HidDeviceNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java191 if (!connectPanNative(Utils.getByteAddress(device),
206 if (!disconnectPanNative(Utils.getByteAddress(device))) {
593 disconnectPanNative(Utils.getByteAddress(device)); in handlePanDeviceStateChange()
602 disconnectPanNative(Utils.getByteAddress(device)); in handlePanDeviceStateChange()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachine.java149 mDeviceAddress = Utils.getByteAddress(mDevice); in AvrcpControllerStateMachine()
619 mService.getCurrentMetadataNative(Utils.getByteAddress(mDevice)); in processMessage()
620 mService.getPlaybackStateNative(Utils.getByteAddress(mDevice)); in processMessage()
895 mService.getCurrentMetadataNative(Utils.getByteAddress(mDevice)); in processMessage()
896 mService.getPlaybackStateNative(Utils.getByteAddress(mDevice)); in processMessage()
H A DAvrcpControllerService.java261 getCurrentMetadataNative(Utils.getByteAddress(device)); in getCurrentMetadataIfNoCoverArt()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/sdp/
H A DDipTest.java134 Utils.getByteAddress(mTestDevice), uuid, specificationId, in testDipCallbackSuccess()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java69 mDeviceAddress = Utils.getByteAddress(mDevice); in A2dpSinkStateMachine()
H A DA2dpSinkService.java124 address = Utils.getByteAddress(device); in setActiveDevice()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DRemoteDevicesTest.java278 mRemoteDevices.aclStateChangeCallback(0, Utils.getByteAddress(mDevice1), in testResetBatteryLevel_testAclStateChangeCallback()
H A DAdapterServiceTest.java749 return hmac256.doFinal(Utils.getByteAddress(device)); in obfuscateInJava()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java136 public static byte[] getByteAddress(BluetoothDevice device) { in getByteAddress() method in Utils
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java592 byte[] addrByte = Utils.getByteAddress(device); in onBondStateChanged()
H A DRemoteDevices.java455 deviceProperties = addDeviceProperties(Utils.getByteAddress(device)); in updateBatteryLevel()
H A DAdapterService.java2671 mRemoteDevices.setBondingInitiatedLocally(Utils.getByteAddress(device)); in createBond()
3832 return obfuscateAddressNative(Utils.getByteAddress(device)); in obfuscateAddress()
3877 return getMetricIdNative(Utils.getByteAddress(device)); in getMetricId()