Home
last modified time | relevance | path

Searched refs:IBluetooth (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DIBluetoothManagerCallback.aidl19 import android.bluetooth.IBluetooth;
27 void onBluetoothServiceUp(in IBluetooth bluetoothService); in onBluetoothServiceUp()
DIBluetoothManager.aidl19 import android.bluetooth.IBluetooth;
32 IBluetooth registerAdapter(in IBluetoothManagerCallback callback); in registerAdapter()
DBluetoothDevice.java577 private static IBluetooth sService;
581 /*package*/ static IBluetooth getService() { in getService()
593 public void onBluetoothServiceUp(IBluetooth bluetoothService)
1046 IBluetooth service = sService; in fetchUuidsWithSdp()
DIBluetooth.aidl31 interface IBluetooth interface
DBluetoothSocket.java301IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(null); in connect()
339 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(null); in bindListen()
DBluetoothAdapter.java380 private IBluetooth mService;
1428 public void onBluetoothServiceUp(IBluetooth bluetoothService) {
1605 /*package*/ IBluetooth getBluetoothService(IBluetoothManagerCallback cb) { in getBluetoothService()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java22 import android.bluetooth.IBluetooth;
125 private IBluetooth mBluetooth;
343 public IBluetooth registerAdapter(IBluetoothManagerCallback callback){ in registerAdapter()
871 Intent i = new Intent(IBluetooth.class.getName()); in handleMessage()
1046 mBluetooth = IBluetooth.Stub.asInterface(service); in handleMessage()
1283 Intent i = new Intent(IBluetooth.class.getName()); in handleEnable()
/frameworks/base/
DAndroid.mk98 core/java/android/bluetooth/IBluetooth.aidl \