Home
last modified time | relevance | path

Searched refs:PHY_LE_CODED_MASK (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py332 PHY_LE_CODED_MASK = 4 variable in GattPhyMask
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DScanManagerTest.java21 import static android.bluetooth.BluetoothDevice.PHY_LE_CODED_MASK;
1681 .gattSetScanParameters(anyInt(), anyInt(), anyInt(), eq(PHY_LE_CODED_MASK)); in testSetScanPhy()
1703 if (adapterServiceSupportsCoded) expectedPhy = PHY_LE_1M_MASK | PHY_LE_CODED_MASK; in testSetScanPhyAllSupported()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanManager.java1797 return BluetoothDevice.PHY_LE_CODED_MASK; in getScanPhyMask()
1800 return BluetoothDevice.PHY_LE_1M_MASK | BluetoothDevice.PHY_LE_CODED_MASK; in getScanPhyMask()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java1317 public static final int PHY_LE_CODED_MASK = 4; field in BluetoothDevice
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java1345 | BluetoothDevice.PHY_LE_CODED_MASK), in connectGatt()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt589 field public static final int PHY_LE_CODED_MASK = 4; // 0x4