Home
last modified time | relevance | path

Searched refs:IBluetoothGatt (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DIBluetoothManager.aidl20 import android.bluetooth.IBluetoothGatt;
39 IBluetoothGatt getBluetoothGatt(); in getBluetoothGatt()
DBluetoothManager.java130 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices()
175 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates()
206 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer()
DIBluetoothGatt.aidl29 interface IBluetoothGatt { interface
DBluetoothAdapter.java1479 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in startLeScan()
1569 IBluetoothGatt iGatt = adapter.getBluetoothManager().getBluetoothGatt(); in stopLeScan()
1596 IBluetoothGatt iGatt = null; in onClientRegistered()
DBluetoothGattServer.java57 private IBluetoothGatt mService;
281 /*package*/ BluetoothGattServer(Context context, IBluetoothGatt iGatt) { in BluetoothGattServer()
DBluetoothDevice.java1189 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt()
DBluetoothGatt.java56 private IBluetoothGatt mService;
557 /*package*/ BluetoothGatt(Context context, IBluetoothGatt iGatt, BluetoothDevice device) { in BluetoothGatt()
/frameworks/base/services/java/com/android/server/
DBluetoothManagerService.java22 import android.bluetooth.IBluetoothGatt;
109 private IBluetoothGatt mBluetoothGatt;
478 public IBluetoothGatt getBluetoothGatt() { in getBluetoothGatt()
790 mBluetoothGatt = IBluetoothGatt.Stub.asInterface(service); in handleMessage()
1118 Intent i = new Intent(IBluetoothGatt.class.getName()); in bluetoothStateChangeHandler()
1121 Log.e(TAG, "Fail to bind to: " + IBluetoothGatt.class.getName()); in bluetoothStateChangeHandler()
/frameworks/base/
DAndroid.mk104 core/java/android/bluetooth/IBluetoothGatt.aidl \