Searched refs:IBluetooth (Results 1 – 8 of 8) sorted by relevance
19 import android.bluetooth.IBluetooth;27 void onBluetoothServiceUp(in IBluetooth bluetoothService); in onBluetoothServiceUp()
19 import android.bluetooth.IBluetooth;32 IBluetooth registerAdapter(in IBluetoothManagerCallback callback); in registerAdapter()
577 private static IBluetooth sService;581 /*package*/ static IBluetooth getService() { in getService()593 public void onBluetoothServiceUp(IBluetooth bluetoothService)1046 IBluetooth service = sService; in fetchUuidsWithSdp()
31 interface IBluetooth interface
301 … IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(null); in connect()339 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(null); in bindListen()
380 private IBluetooth mService;1428 public void onBluetoothServiceUp(IBluetooth bluetoothService) {1605 /*package*/ IBluetooth getBluetoothService(IBluetoothManagerCallback cb) { in getBluetoothService()
22 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()
98 core/java/android/bluetooth/IBluetooth.aidl \