Home
last modified time | relevance | path

Searched refs:PHY_LE_1M_MASK (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryStateMachine.java20 import static android.bluetooth.BluetoothDevice.PHY_LE_1M_MASK;
238 PHY_LE_1M_MASK | PHY_LE_2M_MASK, in connectGatt()
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py330 PHY_LE_1M_MASK = 1 variable in GattPhyMask
Dbt_gatt_utils.py56 opportunistic, GattPhyMask.PHY_LE_1M_MASK)
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanManager.java1795 return BluetoothDevice.PHY_LE_1M_MASK; in getScanPhyMask()
1800 return BluetoothDevice.PHY_LE_1M_MASK | BluetoothDevice.PHY_LE_CODED_MASK; in getScanPhyMask()
1802 return BluetoothDevice.PHY_LE_1M_MASK; in getScanPhyMask()
1805 return BluetoothDevice.PHY_LE_1M_MASK; in getScanPhyMask()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DScanManagerTest.java19 import static android.bluetooth.BluetoothDevice.PHY_LE_1M_MASK;
1703 if (adapterServiceSupportsCoded) expectedPhy = PHY_LE_1M_MASK | PHY_LE_CODED_MASK; in testSetScanPhyAllSupported()
1704 else expectedPhy = PHY_LE_1M_MASK; in testSetScanPhyAllSupported()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java1305 public static final int PHY_LE_1M_MASK = 1; field in BluetoothDevice
3121 return (connectGatt(context, autoConnect, callback, transport, PHY_LE_1M_MASK)); in connectGatt()
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_connect_test.py301 GattPhyMask.PHY_LE_1M_MASK)
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java1343 (BluetoothDevice.PHY_LE_1M_MASK in connectGatt()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt585 field public static final int PHY_LE_1M_MASK = 1; // 0x1