Searched refs:txPower (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/bluetooth/le/ |
D | AdvertisingSetCallback.java | 66 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, int status) { in onAdvertisingSetStarted() argument 118 int txPower, int status) { in onAdvertisingParametersUpdated() argument
|
D | PeriodicAdvertisingReport.java | 58 public PeriodicAdvertisingReport(int syncHandle, int txPower, int rssi, in PeriodicAdvertisingReport() argument 61 mTxPower = txPower; in PeriodicAdvertisingReport()
|
D | BluetoothLeAdvertiser.java | 166 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, in wrapOldCallback() 535 public void onAdvertisingSetStarted(int advertiserId, int txPower, int status) { 548 callback.onAdvertisingSetStarted(advertisingSet, txPower, status); 611 public void onAdvertisingParametersUpdated(int advertiserId, int txPower, int status) { 616 callback.onAdvertisingParametersUpdated(advertisingSet, txPower, status);
|
D | ScanResult.java | 134 int advertisingSid, int txPower, int rssi, int periodicAdvertisingInterval, in ScanResult() argument 141 mTxPower = txPower; in ScanResult()
|
/frameworks/base/lowpan/java/android/net/lowpan/ |
D | LowpanScanner.java | 136 public void setTxPower(int txPower) { in setTxPower() argument 137 mTxPower = txPower; in setTxPower()
|