Home
last modified time | relevance | path

Searched refs:bluetoothProxy (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DLeAudioViewModel.java31 private final BluetoothProxy bluetoothProxy; field in LeAudioViewModel
35 bluetoothProxy = BluetoothProxy.getBluetoothProxy(application); in LeAudioViewModel()
36 bluetoothProxy.initProfiles(); in LeAudioViewModel()
41 bluetoothProxy.cleanupProfiles(); in onCleared()
45 bluetoothProxy.queryLeAudioDevices(); in queryDevices()
49 bluetoothProxy.connectLeAudio(device, connect); in connectLeAudio()
53 bluetoothProxy.streamAction(group_id, action, content_type); in streamAction()
57 bluetoothProxy.groupSet(device, group_id); in groupSet()
61 bluetoothProxy.groupUnset(device, group_id); in groupUnset()
65 bluetoothProxy.groupSetLock(group_id, lock); in groupSetLock()
[all …]
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DSocketMetrics.java58 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in logSocketConnect() local
59 if (bluetoothProxy == null) { in logSocketConnect()
65 bluetoothProxy.logL2capcocClientConnection( in logSocketConnect()
79 bluetoothProxy.logRfcommConnectionAttempt( in logSocketConnect()
106 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in logSocketAccept() local
107 if (bluetoothProxy == null) { in logSocketAccept()
112 bluetoothProxy.logL2capcocServerConnection( in logSocketAccept()
DBluetoothSocket.java439 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in connect() local
441 if (bluetoothProxy == null) { in connect()
452 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in connect()
533 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in bindListen()
534 if (bluetoothProxy == null) { in bindListen()
540 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in bindListen()
827 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in requestMaximumTxDataLength() local
828 if (bluetoothProxy == null) { in requestMaximumTxDataLength()
833 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in requestMaximumTxDataLength()
864 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in getL2capLocalChannelId() local
[all …]