Searched refs:bluetoothProxy (Results 1 – 3 of 3) sorted by relevance
31 private final BluetoothProxy bluetoothProxy; field in LeAudioViewModel35 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 …]
58 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in logSocketConnect() local59 if (bluetoothProxy == null) { in logSocketConnect()65 bluetoothProxy.logL2capcocClientConnection( in logSocketConnect()79 bluetoothProxy.logRfcommConnectionAttempt( in logSocketConnect()106 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in logSocketAccept() local107 if (bluetoothProxy == null) { in logSocketAccept()112 bluetoothProxy.logL2capcocServerConnection( in logSocketAccept()
439 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in connect() local441 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() local828 if (bluetoothProxy == null) { in requestMaximumTxDataLength()833 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in requestMaximumTxDataLength()864 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in getL2capLocalChannelId() local[all …]