Home
last modified time | relevance | path

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

12

/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DHandleMap.java35 public int serverIf = 0; field in HandleMap.Entry
46 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry()
56 int serverIf, in Entry()
71 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { in Entry()
79 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) { in Entry()
114 int serverIf, in addService()
123 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic()
128 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor()
139 void setStarted(int serverIf, int handle, boolean started) { in setStarted()
171 void deleteService(int serverIf, int serviceHandle) { in deleteService()
DGattNativeInterface.java110 void onServerPhyRead(int serverIf, String address, int txPhy, int rxPhy, int status) in onServerPhyRead()
185 void onServerRegistered(int status, int serverIf, long uuidLsb, long uuidMsb) in onServerRegistered()
190 void onServiceAdded(int status, int serverIf, List<GattDbElement> service) in onServiceAdded()
195 void onServiceStopped(int status, int serverIf, int srvcHandle) throws RemoteException { in onServiceStopped()
199 void onServiceDeleted(int status, int serverIf, int srvcHandle) { in onServiceDeleted()
203 void onClientConnected(String address, boolean connected, int connId, int serverIf) in onClientConnected()
351 private native void gattServerUnregisterAppNative(int serverIf); in gattServerUnregisterAppNative()
354 int serverIf, String address, int addressType, boolean isDirect, int transport); in gattServerConnectNative()
356 private native void gattServerDisconnectNative(int serverIf, String address, int connId); in gattServerDisconnectNative()
363 private native void gattServerAddServiceNative(int serverIf, List<GattDbElement> service); in gattServerAddServiceNative()
[all …]
DGattService.java856 public void unregisterServer(int serverIf, AttributionSource attributionSource) { in unregisterServer()
866 int serverIf, in serverConnect()
882 int serverIf, String address, AttributionSource attributionSource) { in serverDisconnect()
892 int serverIf, in serverSetPreferredPhy()
918 int serverIf, BluetoothGattService svc, AttributionSource attributionSource) { in addService()
927 public void removeService(int serverIf, int handle, AttributionSource attributionSource) { in removeService()
936 public void clearServices(int serverIf, AttributionSource attributionSource) { in clearServices()
946 int serverIf, in sendResponse()
963 int serverIf, in sendNotification()
986 int serverIf, in startAdvertisingSet()
[all …]
DAdvertiseManagerNativeInterface.java74 int serverIf) { in startAdvertisingSet()
176 int serverIf); in startAdvertisingSetNative()
DAdvertiseManager.java249 int serverIf, in startAdvertisingSet()
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java489 int serverIf = 3; in unregisterServer() local
498 int serverIf = 1; in serverConnect() local
514 int serverIf = 1; in serverDisconnect() local
524 int serverIf = 1; in serverSetPreferredPhy() local
540 int serverIf = 1; in serverReadPhy() local
550 int serverIf = 1; in addService() local
560 int serverIf = 1; in removeService() local
570 int serverIf = 1; in clearServices() local
579 int serverIf = 1; in sendResponse() local
596 int serverIf = 1; in sendNotification() local
[all …]
DGattServiceTest.java176 int serverIf = 1; in emptyClearServices() local
557 int serverIf = 1; in serverConnect() local
571 int serverIf = 1; in serverDisconnect() local
583 int serverIf = 1; in serverSetPreferredPhy() local
597 int serverIf = 1; in serverReadPhy() local
606 int serverIf = 1; in sendNotification() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl154 void unregisterServer(in int serverIf, in AttributionSource attributionSource); in unregisterServer()
156 …void serverConnect(in int serverIf, in String address, in int addressType, in boolean isDirect, in… in serverConnect()
158 … void serverDisconnect(in int serverIf, in String address, in AttributionSource attributionSource); in serverDisconnect()
164 …void addService(in int serverIf, in BluetoothGattService service, in AttributionSource attribution… in addService()
166 void removeService(in int serverIf, in int handle, in AttributionSource attributionSource); in removeService()
168 void clearServices(in int serverIf, in AttributionSource attributionSource); in clearServices()
170 void sendResponse(in int serverIf, in String address, in int requestId, in sendResponse()
173 int sendNotification(in int serverIf, in String address, in int handle, in sendNotification()
DIBluetoothGattServerCallback.aidl25 void onServerRegistered(in int status, in int serverIf); in onServerRegistered()
26 void onServerConnectionState(in int status, in int serverIf, in onServerConnectionState()
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2130 static void gattServerUnregisterAppNative(JNIEnv* /* env */, jobject /* object */, jint serverIf) { in gattServerUnregisterAppNative()
2149 static void gattServerDisconnectNative(JNIEnv* env, jobject /* object */, jint serverIf, in gattServerDisconnectNative()
2167 static void readServerPhyCb(uint8_t serverIf, RawAddress bda, uint8_t tx_phy, uint8_t rx_phy, in readServerPhyCb()
2181 static void gattServerReadPhyNative(JNIEnv* env, jobject /* object */, jint serverIf, in gattServerReadPhyNative()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/javac/
DBluetooth.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/bluetooth/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common_apex33/javac/
Dframework-bluetooth.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/bluetooth/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common/javac/
Dframework-bluetooth.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/bluetooth/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common/combined/
Dframework-bluetooth.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/bluetooth/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common_apex33/combined/
Dframework-bluetooth.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/bluetooth/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common_apex33/jarjar/
Dframework-bluetooth.jarcom/android/bluetooth/jarjar/com/android/modules/utils/build/UnboundedSdkLevel ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common/jarjar/
Dframework-bluetooth.jarcom/android/bluetooth/jarjar/com/android/modules/utils/build/UnboundedSdkLevel ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common/package-check/
Dframework-bluetooth.jarcom/android/bluetooth/jarjar/com/android/modules/utils/build/UnboundedSdkLevel ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/framework/framework-bluetooth.impl/android_common_apex33/package-check/
Dframework-bluetooth.jarcom/android/bluetooth/jarjar/com/android/modules/utils/build/UnboundedSdkLevel ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/framework-bluetooth.com.android.btservices_intermediates/
Dclasses.jarcom/android/bluetooth/jarjar/com/android/modules/utils/build/UnboundedSdkLevel ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/combined/
DBluetooth.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx.annotation_annotation- ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/jarjar/
DBluetooth.jarorg/jspecify/annotations/Nullable.class Nullable.java package org.jspecify.annotations public ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/withres/
DBluetooth.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx.annotation_annotation- ...
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/
HDandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
HDandroid-all-4.3_r2-robolectric-r1.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/ ...

12