Home
last modified time | relevance | path

Searched refs:gattSetScanParameters (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanNativeInterface.java136 public void gattSetScanParameters(int clientIf, int scanInterval, int scanWindow, int scanPhy) { in gattSetScanParameters() method in ScanNativeInterface
DScanManager.java1077 mNativeInterface.gattSetScanParameters( in configureRegularScanParams()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DScanManagerTest.java1681 .gattSetScanParameters(anyInt(), anyInt(), anyInt(), eq(PHY_LE_CODED_MASK)); in testSetScanPhy()
1723 .gattSetScanParameters(anyInt(), anyInt(), anyInt(), eq(expectedPhy)); in testSetScanPhyAllSupported()