Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattClientFacade.java121 BluetoothGatt mBluetoothGatt = device.connectGatt(mService.getApplicationContext(), in gattClientConnectGatt() local
124 mBluetoothGattList.put(BluetoothGattCount, mBluetoothGatt); in gattClientConnectGatt()
2201 for (BluetoothGatt mBluetoothGatt : mBluetoothGattList.values()) { in shutdown()
2202 mBluetoothGatt.close(); in shutdown()