Home
last modified time | relevance | path

Searched defs:txPower (Results 1 – 25 of 254) sorted by relevance

1234567891011

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_java_ffi/java/com/google/android/nearby/presence/rust/
DV0DataElement.java32 default void visitTxPower(TxPower txPower) {} in visitTxPower()
45 private final int txPower; field in V0DataElement.TxPower
47 public TxPower(int txPower) { in TxPower()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/presence/ble/
H A DBleAdvertiser.java92 public void startAdvertising(byte[] payload, boolean isExtendedAdvertisement, int txPower) { in startAdvertising()
147 private static AdvertisingSetParameters buildAdvertisingSetParameters(int txPower) { in buildAdvertisingSetParameters()
/aosp_15_r20/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
H A DScanResultTest.java103 int txPower = 0xABAA; in constructor() local
127 assertEquals(result.getTxPower(), txPower); in constructor() local
H A DBluetoothLeAdvertiserTest.java226 AdvertisingSet advertisingSet, int txPower, int status) { in onAdvertisingSetStarted()
/aosp_15_r20/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/
DAdvertisingSetCallbackHelper.java49 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, in onAdvertisingSetStarted()
103 int txPower, int status) { in onAdvertisingParametersUpdated()
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSetCallback.java50 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, int status) {} in onAdvertisingSetStarted()
97 AdvertisingSet advertisingSet, int txPower, int status) {} in onAdvertisingParametersUpdated()
DPeriodicAdvertisingReport.java54 int syncHandle, int txPower, int rssi, int dataStatus, ScanRecord data) { in PeriodicAdvertisingReport()
/aosp_15_r20/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/presence/
DPresenceDiscoveryResult.java79 int txPower, in PresenceDiscoveryResult()
177 public Builder setTxPower(int txPower) { in setTxPower()
DFastAdvertisement.java113 @Nullable Byte txPower) { in FastAdvertisement()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DBluetoothGattProxyDelegate.java160 void onAdvertisingSetStarted(int advertiserId, int txPower, int status); in onAdvertisingSetStarted()
166 void onAdvertisingSetStarted(IBinder binder, int advertiserId, int txPower, int status); in onAdvertisingSetStarted()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
H A DBleAdvertisingSetTestActivity.java359 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, in onAdvertisingSetStarted()
381 public void onAdvertisingParametersUpdated(AdvertisingSet advertisingSet, int txPower, in onAdvertisingParametersUpdated()
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DTransitionalScanHelperTest.java286 int txPower = 0; in onScanResult_remoteException_clientDied() local
409 int txPower = 9; in onTrackAdvFoundLost() local
DAdvtFilterOnFoundOnLostInfoTest.java44 int txPower = 9; in advtFilterOnFoundOnLostInfoParams() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseManagerNativeInterface.java124 void onAdvertisingSetStarted(int regId, int advertiserId, int txPower, int status) in onAdvertisingSetStarted()
145 void onAdvertisingParametersUpdated(int advertiserId, int txPower, int status) in onAdvertisingParametersUpdated()
DAdvertiseManager.java158 void onAdvertisingSetStarted(int regId, int advertiserId, int txPower, int status) in onAdvertisingSetStarted()
524 void onAdvertisingParametersUpdated(int advertiserId, int txPower, int status) in onAdvertisingParametersUpdated()
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothLeAdvertisingSetFacade.java358 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, in onAdvertisingSetStarted()
399 public void onAdvertisingParametersUpdated(AdvertisingSet advertisingSet, int txPower, in onAdvertisingParametersUpdated()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DTransitionalScanHelper.java305 int txPower, in onScanResult()
336 int txPower, in onScanResultInternal()
926 int txPower, in createOnTrackAdvFoundLostObject()
DScanNativeInterface.java276 int txPower, in onScanResult()
379 int txPower, in createOnTrackAdvFoundLostObject()
DAdvtFilterOnFoundOnLostInfo.java53 int txPower, in AdvtFilterOnFoundOnLostInfo()
/aosp_15_r20/system/chre/util/tests/
H A Dble_util_test.cc28 int8_t txPower = -11; in TEST() local
/aosp_15_r20/packages/modules/Connectivity/nearby/tests/cts/fastpair/src/android/nearby/cts/
DDataElementTest.java107 DataElement txPower = new DataElement(TX_POWER, new byte[]{1, 2, 3}); in testIsIdentity() local
/aosp_15_r20/packages/modules/Connectivity/nearby/framework/java/android/nearby/
DBroadcastRequest.java116 BroadcastRequest(@BroadcastType int type, @BroadcastVersion int version, int txPower, in BroadcastRequest()
DPresenceBroadcastRequest.java43 private PresenceBroadcastRequest(@BroadcastVersion int version, int txPower, in PresenceBroadcastRequest()
DFastPairDevice.java99 int txPower, in FastPairDevice()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_java_ffi/test/com/google/android/nearby/presence/rust/
DDeserializeTests.java108 V0DataElement.TxPower txPower = (V0DataElement.TxPower) de; in deserializeAdvertisement_v0_canReadTxPowerDe() local

1234567891011