Searched refs:PHY_LE_1M_MASK (Results 1 – 9 of 9) sorted by relevance
20 import static android.bluetooth.BluetoothDevice.PHY_LE_1M_MASK;238 PHY_LE_1M_MASK | PHY_LE_2M_MASK, in connectGatt()
330 PHY_LE_1M_MASK = 1 variable in GattPhyMask
56 opportunistic, GattPhyMask.PHY_LE_1M_MASK)
1795 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()
19 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()
1305 public static final int PHY_LE_1M_MASK = 1; field in BluetoothDevice3121 return (connectGatt(context, autoConnect, callback, transport, PHY_LE_1M_MASK)); in connectGatt()
301 GattPhyMask.PHY_LE_1M_MASK)
1343 (BluetoothDevice.PHY_LE_1M_MASK in connectGatt()
585 field public static final int PHY_LE_1M_MASK = 1; // 0x1