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.java449 public void unregisterServer(int serverIf) { in unregisterServer()
455 public void serverConnect(int serverIf, String address, boolean isDirect, int transport) { in serverConnect()
461 public void serverDisconnect(int serverIf, String address) { in serverDisconnect()
467 public void beginServiceDeclaration(int serverIf, int srvcType, in beginServiceDeclaration()
476 public void addIncludedService(int serverIf, int srvcType, in addIncludedService()
484 public void addCharacteristic(int serverIf, ParcelUuid charId, in addCharacteristic()
492 public void addDescriptor(int serverIf, ParcelUuid descId, in addDescriptor()
499 public void endServiceDeclaration(int serverIf) { in endServiceDeclaration()
505 public void removeService(int serverIf, int srvcType, in removeService()
513 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.cpp1545 static void gattServerUnregisterAppNative(JNIEnv* env, jobject object, jint serverIf) in gattServerUnregisterAppNative()
1563 static void gattServerDisconnectNative(JNIEnv* env, jobject object, jint serverIf, in gattServerDisconnectNative()