Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattServerFacade.java730 Class bluetoothGattServiceClass = Class.forName("android.bluetooth.BluetoothGattService"); in gattServerServiceSetInstanceId() local
731 Method setInstanceIdMethod = bluetoothGattServiceClass.getMethod( in gattServerServiceSetInstanceId()
750 Class bluetoothGattServiceClass = Class.forName("android.bluetooth.BluetoothGattService"); in gattServerServiceSetHandlesToReserve() local
751 Method setHandlesMethod = bluetoothGattServiceClass.getMethod( in gattServerServiceSetHandlesToReserve()
770 Class bluetoothGattServiceClass = Class.forName("android.bluetooth.BluetoothGattService"); in gattServerServiceIsAdvertisePreferred() local
771 Method setAdvertisePreferredMethod = bluetoothGattServiceClass.getMethod( in gattServerServiceIsAdvertisePreferred()
795 Class bluetoothGattServiceClass = Class.forName("android.bluetooth.BluetoothGattService"); in gattServerServiceaddIncludedService() local
796 Method addIncludedServiceMethod = bluetoothGattServiceClass.getMethod( in gattServerServiceaddIncludedService()