Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java37 public int serverIf = 0; field in HandleMap.Entry
48 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry()
57 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry()
68 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()
100 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService()
105 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic()
110 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor()
115 void setStarted(int serverIf, int handle, boolean started) { in setStarted()
146 void deleteService(int serverIf, int serviceHandle) { in deleteService()
DGattService.java725 public void unregisterServer(int serverIf) { in unregisterServer()
734 public void serverConnect(int serverIf, String address, boolean isDirect, int transport) { in serverConnect()
743 public void serverDisconnect(int serverIf, String address) { in serverDisconnect()
752 public void serverSetPreferredPhy(int serverIf, String address, int txPhy, int rxPhy, in serverSetPreferredPhy()
771 public void addService(int serverIf, BluetoothGattService svc) { in addService()
781 public void removeService(int serverIf, int handle) { in removeService()
790 public void clearServices(int serverIf) { in clearServices()
799 public void sendResponse(int serverIf, String address, int requestId, int status, in sendResponse()
809 public void sendNotification(int serverIf, String address, int handle, boolean confirm, in sendNotification()
1325 void onServerPhyRead(int serverIf, String address, int txPhy, int rxPhy, int status) in onServerPhyRead()
[all …]
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1473 jint serverIf) { in gattServerUnregisterAppNative()
1488 jint serverIf, jstring address, in gattServerDisconnectNative()
1495 jint serverIf, jstring address, in gattServerSetPreferredPhyNative()
1503 static void readServerPhyCb(uint8_t serverIf, RawAddress bda, uint8_t tx_phy, in readServerPhyCb()
1515 static void gattServerReadPhyNative(JNIEnv* env, jobject object, jint serverIf, in gattServerReadPhyNative()