OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iGatt
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothManager.java
134
IBluetoothGatt
iGatt
= managerService.getBluetoothGatt();
135
if (
iGatt
== null) return connectedDevices;
137
connectedDevices =
iGatt
.getDevicesMatchingConnectionStates(
180
IBluetoothGatt
iGatt
= managerService.getBluetoothGatt();
181
if (
iGatt
== null) return devices;
182
devices =
iGatt
.getDevicesMatchingConnectionStates(states);
231
IBluetoothGatt
iGatt
= managerService.getBluetoothGatt();
232
if (
iGatt
== null) {
236
BluetoothGattServer mGattServer = new BluetoothGattServer(context,
iGatt
,transport);
BluetoothAdapter.java
[
all
...]
BluetoothDevice.java
[
all
...]
BluetoothGatt.java
499
/*package*/ BluetoothGatt(Context context, IBluetoothGatt
iGatt
, BluetoothDevice device,
502
mService =
iGatt
;
[
all
...]
BluetoothGattServer.java
310
/*package*/ BluetoothGattServer(Context context, IBluetoothGatt
iGatt
, int transport) {
312
mService =
iGatt
;
/external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar
Completed in 1052 milliseconds