Home
last modified time | relevance | path

Searched refs:getBluetoothService (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DSocketMetrics.java58 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in logSocketConnect()
106 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in logSocketAccept()
DBluetoothSocket.java439 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in connect()
533 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in bindListen()
827 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in requestMaximumTxDataLength()
864 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in getL2capLocalChannelId()
908 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in getL2capRemoteChannelId()
DBluetoothDevice.java1406 return BluetoothAdapter.getDefaultAdapter().getBluetoothService(); in getService()
1530 IBluetooth service = adapter.getBluetoothService(); in shouldLogBeRedacted()
DBluetoothAdapter.java1097 mService = getBluetoothService(mManagerCallback); in BluetoothAdapter()
4053 /*package*/ IBluetooth getBluetoothService() { in getBluetoothService() method in BluetoothAdapter
4067 IBluetooth getBluetoothService(IBluetoothManagerCallback cb) { in getBluetoothService() method in BluetoothAdapter