/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | HandleMap.java | 35 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()
|
D | GattNativeInterface.java | 110 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 …]
|
D | GattService.java | 856 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 …]
|
D | AdvertiseManagerNativeInterface.java | 74 int serverIf) { in startAdvertisingSet() 176 int serverIf); in startAdvertisingSetNative()
|
D | AdvertiseManager.java | 249 int serverIf, in startAdvertisingSet()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceBinderTest.java | 489 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 …]
|
D | GattServiceTest.java | 176 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/ |
D | IBluetoothGatt.aidl | 154 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()
|
D | IBluetoothGattServerCallback.aidl | 25 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/ |
D | com_android_bluetooth_gatt.cpp | 2130 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/ |
D | Bluetooth.jar | META-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/ |
D | framework-bluetooth.jar | META-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/ |
D | framework-bluetooth.jar | META-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/ |
D | framework-bluetooth.jar | META-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/ |
D | framework-bluetooth.jar | META-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/ |
D | framework-bluetooth.jar | com/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/ |
D | framework-bluetooth.jar | com/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/ |
D | framework-bluetooth.jar | com/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/ |
D | framework-bluetooth.jar | com/android/bluetooth/jarjar/com/android/modules/utils/build/UnboundedSdkLevel ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/framework-bluetooth.com.android.btservices_intermediates/ |
D | classes.jar | com/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/ |
D | Bluetooth.jar | META-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/ |
D | Bluetooth.jar | org/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/ |
D | Bluetooth.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx.annotation_annotation- ... |
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/ |
HD | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
HD | android-all-4.3_r2-robolectric-r1.jar | META-INF/
META-INF/MANIFEST.MF
assets/
assets/images/
assets/ ... |