Searched refs:IBluetooth (Results 1 – 10 of 10) 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()
601 private static IBluetooth sService;605 /*package*/ static IBluetooth getService() { in getService()617 public void onBluetoothServiceUp(IBluetooth bluetoothService)1094 IBluetooth service = sService; in fetchUuidsWithSdp()
33 interface IBluetooth interface
359 IBluetooth bluetoothProxy = in connect()398 IBluetooth bluetoothProxy = BluetoothAdapter.getDefaultAdapter().getBluetoothService(null); in bindListen()
486 private IBluetooth mService;2005 public void onBluetoothServiceUp(IBluetooth bluetoothService) {2203 /*package*/ IBluetooth getBluetoothService(IBluetoothManagerCallback cb) { in getBluetoothService()
23 import android.bluetooth.IBluetooth;128 private IBluetooth mBluetooth;370 public IBluetooth registerAdapter(IBluetoothManagerCallback callback){ in registerAdapter()1125 Intent i = new Intent(IBluetooth.class.getName()); in handleMessage()1284 mBluetooth = IBluetooth.Stub.asInterface(service); in handleMessage()1567 Intent i = new Intent(IBluetooth.class.getName()); in handleEnable()
105 core/java/android/bluetooth/IBluetooth.aidl \
573 android.bluetooth.IBluetooth574 android.bluetooth.IBluetooth$Stub
669 android.bluetooth.IBluetooth670 android.bluetooth.IBluetooth$Stub671 android.bluetooth.IBluetooth$Stub$Proxy