Home
last modified time | relevance | path

Searched defs:serverIf (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java36 int serverIf = 0; field in HandleMap.Entry
47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry()
56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry()
67 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { in Entry()
76 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) { in Entry()
101 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService()
106 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic()
111 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor()
115 void setStarted(int serverIf, int handle, boolean started) { in setStarted()
163 void deleteService(int serverIf, int serviceHandle) { in deleteService()
DGattService.java471 public void unregisterServer(int serverIf) { in unregisterServer()
477 public void serverConnect(int serverIf, String address, boolean isDirect, int transport) { in serverConnect()
483 public void serverDisconnect(int serverIf, String address) { in serverDisconnect()
489 public void beginServiceDeclaration(int serverIf, int srvcType, in beginServiceDeclaration()
498 public void addIncludedService(int serverIf, int srvcType, in addIncludedService()
506 public void addCharacteristic(int serverIf, ParcelUuid charId, in addCharacteristic()
514 public void addDescriptor(int serverIf, ParcelUuid descId, in addDescriptor()
521 public void endServiceDeclaration(int serverIf) { in endServiceDeclaration()
527 public void removeService(int serverIf, int srvcType, in removeService()
535 public void clearServices(int serverIf) { in clearServices()
[all …]
DAdvertiseManager.java495 private native void gattSetAdvDataNative(int serverIf, boolean setScanRsp, boolean inclName, in gattSetAdvDataNative()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1486 static void gattServerUnregisterAppNative(JNIEnv* env, jobject object, jint serverIf) in gattServerUnregisterAppNative()
1504 static void gattServerDisconnectNative(JNIEnv* env, jobject object, jint serverIf, in gattServerDisconnectNative()