HomeSort by relevance Sort by last modified time
    Searched defs:PHY_LE_2M (Results 1 - 10 of 10) sorted by null

  /tools/test/connectivity/acts/tests/google/ble/bt5/
PhyTest.py 32 PHY_LE_2M = gatt_phy['2m']
140 nextTxPhy = (cTxPhy == PHY_LE_1M) and PHY_LE_2M or PHY_LE_1M
141 nextRxPhy = (cRxPhy == PHY_LE_1M) and PHY_LE_2M or PHY_LE_1M
187 txPhyA = (txPhyB == PHY_LE_1M) and PHY_LE_2M or PHY_LE_1M
188 rxPhyA = (rxPhyB == PHY_LE_1M) and PHY_LE_2M or PHY_LE_1M
234 self.log.info("will try to set PHY to: PHY_LE_1M, PHY_LE_2M")
238 PHY_LE_1M, PHY_LE_2M, 0)
239 self.ensure_both_updated_phy(PHY_LE_1M, PHY_LE_2M)
242 self.log.info("will try to set PHY to: PHY_LE_2M, PHY_LE_1M")
244 PHY_LE_2M, PHY_LE_1M, 0
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
GattEnum.py 276 PHY_LE_2M = 2
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 667 public static final int PHY_LE_2M = 2;
    [all...]
  /system/bt/stack/include/
btm_api_types.h 613 constexpr uint8_t PHY_LE_2M = 0x02;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 599 milliseconds