/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGatt.aidl | 101 void unregisterClient(in int clientIf, in AttributionSource attributionSource); in unregisterClient() 105 … void clientDisconnect(in int clientIf, in String address, in AttributionSource attributionSource); in clientDisconnect() 109 void clientReadPhy(in int clientIf, in String addres, in AttributionSource attributionSources); in clientReadPhy() 111 void refreshDevice(in int clientIf, in String address, in AttributionSource attributionSource); in refreshDevice() 113 … void discoverServices(in int clientIf, in String address, in AttributionSource attributionSource); in discoverServices() 119 void readUsingCharacteristicUuid(in int clientIf, in String address, in ParcelUuid uuid, in readUsingCharacteristicUuid() 122 void writeCharacteristic(in int clientIf, in String address, in int handle, in writeCharacteristic() 127 void writeDescriptor(in int clientIf, in String address, in int handle, in writeDescriptor() 136 void readRemoteRssi(in int clientIf, in String address, in AttributionSource attributionSource); in readRemoteRssi() 142 void leConnectionUpdate(int clientIf, String address, int minInterval, in leConnectionUpdate() [all …]
|
H A D | IBluetoothGattCallback.aidl | 26 void onClientRegistered(in int status, in int clientIf); in onClientRegistered() 27 void onClientConnectionState(in int status, in int clientIf, in onClientConnectionState()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 470 private ScanClient getScanClient(int clientIf) { in getScanClient() 813 public void connectionParameterUpdate(int clientIf, String address, in connectionParameterUpdate() 824 public void leConnectionUpdate(int clientIf, String address, in leConnectionUpdate() 1425 void onDisconnected(int clientIf, int connId, int status, String address) in onDisconnected() 1787 void onReadRemoteRssi(int clientIf, String address, int rssi, int status) in onReadRemoteRssi() 1801 void onScanFilterEnableDisabled(int action, int status, int clientIf) { in onScanFilterEnableDisabled() 1829 void onBatchScanStorageConfigured(int status, int clientIf) { in onBatchScanStorageConfigured() 2079 void onBatchScanThresholdCrossed(int clientIf) { in onBatchScanThresholdCrossed() 2701 void unregisterClient(int clientIf, AttributionSource attributionSource) { in unregisterClient() 3145 void leConnectionUpdate(int clientIf, String address, int minInterval, in leConnectionUpdate() [all …]
|
H A D | ScanManager.java | 1304 private native void gattSetScanParametersNative(int clientIf, int scanInterval, in gattSetScanParametersNative() 1314 private native void gattClientScanFilterParamClearAllNative(int clientIf); in gattClientScanFilterParamClearAllNative() 1316 private native void gattClientScanFilterParamDeleteNative(int clientIf, int filtIndex); in gattClientScanFilterParamDeleteNative() 1318 private native void gattClientScanFilterClearNative(int clientIf, int filterIndex); in gattClientScanFilterClearNative() 1320 private native void gattClientScanFilterEnableNative(int clientIf, boolean enable); in gattClientScanFilterEnableNative() 1323 private native void gattClientConfigBatchScanStorageNative(int clientIf, in gattClientConfigBatchScanStorageNative() 1327 private native void gattClientStartBatchScanNative(int clientIf, int scanMode, in gattClientStartBatchScanNative() 1330 private native void gattClientStopBatchScanNative(int clientIf); in gattClientStopBatchScanNative() 1332 private native void gattClientReadScanReportsNative(int clientIf, int scanType); in gattClientReadScanReportsNative()
|
H A D | FilterParams.java | 34 public FilterParams(int clientIf, int filtIndex, int featSeln, int listLogicType, in FilterParams()
|
H A D | AdvtFilterOnFoundOnLostInfo.java | 42 public AdvtFilterOnFoundOnLostInfo(int clientIf, int advPktLen, byte[] advPkt, int scanRspLen, in AdvtFilterOnFoundOnLostInfo()
|
/aosp12/system/bt/test/suite/gatt/ |
H A D | gatt_test.cc | 94 int clientIf, const bluetooth::Uuid& app_uuid) { in RegisterClientCallback()
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 201 void btgattc_register_app_cb(int status, int clientIf, const Uuid& app_uuid) { in btgattc_register_app_cb() 233 void btgattc_open_cb(int conn_id, int status, int clientIf, in btgattc_open_cb() 244 void btgattc_close_cb(int conn_id, int status, int clientIf, in btgattc_close_cb() 1158 jint clientIf) { in gattClientUnregisterAppNative() 1203 jint clientIf, jstring address, in gattClientDisconnectNative() 1210 jint clientIf, jstring address, in gattClientSetPreferredPhyNative() 1218 static void readClientPhyCb(uint8_t clientIf, RawAddress bda, uint8_t tx_phy, in readClientPhyCb() 1230 static void gattClientReadPhyNative(JNIEnv* env, jobject object, jint clientIf, in gattClientReadPhyNative() 1238 static void gattClientRefreshNative(JNIEnv* env, jobject object, jint clientIf, in gattClientRefreshNative() 1348 JNIEnv* env, jobject object, jint clientIf, jstring address, jint handle, in gattClientRegisterForNotificationsNative()
|