Searched defs:serverIf (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | HandleMap.java | 37 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()
|
D | GattService.java | 710 public void unregisterServer(int serverIf) { in unregisterServer() 719 public void serverConnect(int serverIf, String address, boolean isDirect, int transport) { in serverConnect() 728 public void serverDisconnect(int serverIf, String address) { in serverDisconnect() 737 public void serverSetPreferredPhy(int serverIf, String address, int txPhy, int rxPhy, in serverSetPreferredPhy() 756 public void addService(int serverIf, BluetoothGattService svc) { in addService() 766 public void removeService(int serverIf, int handle) { in removeService() 775 public void clearServices(int serverIf) { in clearServices() 784 public void sendResponse(int serverIf, String address, int requestId, int status, in sendResponse() 794 public void sendNotification(int serverIf, String address, int handle, boolean confirm, in sendNotification() 1243 void onServerPhyRead(int serverIf, String address, int txPhy, int rxPhy, int status) in onServerPhyRead() [all …]
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 1474 jint serverIf) { in gattServerUnregisterAppNative() 1489 jint serverIf, jstring address, in gattServerDisconnectNative() 1496 jint serverIf, jstring address, in gattServerSetPreferredPhyNative() 1504 static void readServerPhyCb(uint8_t serverIf, RawAddress bda, uint8_t tx_phy, in readServerPhyCb() 1516 static void gattServerReadPhyNative(JNIEnv* env, jobject object, jint serverIf, in gattServerReadPhyNative()
|