HomeSort by relevance Sort by last modified time
    Searched refs:PHY_LE_CODED (Results 1 - 14 of 14) sorted by null

  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BleEnum.py 55 PHY_LE_CODED = 3
GattEnum.py 277 PHY_LE_CODED = 3
  /frameworks/base/core/java/android/bluetooth/le/
AdvertisingSetParameters.java 329 * BluetoothDevice#PHY_LE_1M} or {@link BluetoothDevice#PHY_LE_CODED}.
334 && primaryPhy != BluetoothDevice.PHY_LE_CODED) {
352 * BluetoothDevice#PHY_LE_CODED}.
358 && secondaryPhy != BluetoothDevice.PHY_LE_CODED) {
BluetoothLeAdvertiser.java 365 if (pphy == BluetoothDevice.PHY_LE_CODED && !supportCodedPhy) {
369 if ((sphy == BluetoothDevice.PHY_LE_CODED && !supportCodedPhy)
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothLeAdvertisingSetFacade.java 61 ADV_PHYS.put("PHY_LE_CODED", BluetoothDevice.PHY_LE_CODED);
  /system/bt/stack/btm/
btm_ble_bgconn.cc 421 if (controller_get_interface()->supports_ble_coded_phy()) phy |= PHY_LE_CODED;
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 673 public static final int PHY_LE_CODED = 3;
    [all...]
  /system/bt/stack/include/
btm_api_types.h 614 constexpr uint8_t PHY_LE_CODED = 0x03;
    [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 144 milliseconds