Searched defs:iGatt (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java310 /*package*/ BluetoothGattServer(Context context, IBluetoothGatt iGatt, int transport) { argument
312 mService = iGatt;
H A DBluetoothGatt.java611 /*package*/ BluetoothGatt(Context context, IBluetoothGatt iGatt, BluetoothDevice device, argument
614 mService = iGatt;

Completed in 67 milliseconds