Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A 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()
H A DGattService.java870 int serverIf, String address, AttributionSource attributionSource) { in serverDisconnect()
3171 void onServerRegistered(int status, int serverIf, long uuidLsb, long uuidMsb) in onServerRegistered()
3186 void onServiceAdded(int status, int serverIf, List<GattDbElement> service) in onServiceAdded()
3243 void onServiceDeleted(int status, int serverIf, int srvcHandle) { in onServiceDeleted()
3470 void unregisterServer(int serverIf, AttributionSource attributionSource) { in unregisterServer()
3620 void clearServices(int serverIf, AttributionSource attributionSource) { in clearServices()
3838 private void stopNextService(int serverIf, int status) throws RemoteException { in stopNextService()
3857 private void deleteServices(int serverIf) { in deleteServices()
4023 private native void gattServerUnregisterAppNative(int serverIf); in gattServerUnregisterAppNative()
4037 private native void gattServerStopServiceNative(int serverIf, int svcHandle); in gattServerStopServiceNative()
[all …]
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothGatt.aidl149 void unregisterServer(in int serverIf, in AttributionSource attributionSource); in unregisterServer()
151 …void serverConnect(in int serverIf, in String address, in boolean isDirect, in int transport, in A… in serverConnect()
153 … void serverDisconnect(in int serverIf, in String address, in AttributionSource attributionSource); in serverDisconnect()
159 …void addService(in int serverIf, in BluetoothGattService service, in AttributionSource attribution… in addService()
161 void removeService(in int serverIf, in int handle, in AttributionSource attributionSource); in removeService()
163 void clearServices(in int serverIf, in AttributionSource attributionSource); in clearServices()
165 void sendResponse(in int serverIf, in String address, in int requestId, in sendResponse()
168 void sendNotification(in int serverIf, in String address, in int handle, in sendNotification()
H A DIBluetoothGattServerCallback.aidl25 void onServerRegistered(in int status, in int serverIf); in onServerRegistered()
26 void onServerConnectionState(in int status, in int serverIf, in onServerConnectionState()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1699 jint serverIf) { in gattServerUnregisterAppNative()
1714 jint serverIf, jstring address, in gattServerDisconnectNative()
1721 jint serverIf, jstring address, in gattServerSetPreferredPhyNative()
1729 static void readServerPhyCb(uint8_t serverIf, RawAddress bda, uint8_t tx_phy, in readServerPhyCb()
1741 static void gattServerReadPhyNative(JNIEnv* env, jobject object, jint serverIf, in gattServerReadPhyNative()