Searched defs:phy (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
H A DScanSettings.java206 int numOfMatchesPerFilter, boolean legacy, int phy) {
214 mPhy = phy;
401 * may be used to check whether LE Coded phy is supported by calling
403 * Selecting an unsupported phy will result in failure to start scan.
405 * @param phy Can be one of
410 public Builder setPhy(int phy) { argument
411 mPhy = phy;
204 ScanSettings(int scanMode, int callbackType, int scanResultType, long reportDelayMillis, int matchMode, int numOfMatchesPerFilter, boolean legacy, int phy) argument
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java644 int transport, boolean opportunistic, int phy) {
648 mPhy = phy;
643 BluetoothGatt(IBluetoothGatt iGatt, BluetoothDevice device, int transport, boolean opportunistic, int phy) argument
H A DBluetoothDevice.java1788 * @param phy preferred PHY for connections to remote LE device. Bitwise OR of any of
1795 BluetoothGattCallback callback, int transport, int phy) {
1796 return connectGatt(context, autoConnect,callback, transport, phy, null);
1812 * @param phy preferred PHY for connections to remote LE device. Bitwise OR of any of
1821 BluetoothGattCallback callback, int transport, int phy,
1823 return connectGatt(context, autoConnect, callback, transport, false, phy, handler);
1842 * @param phy preferred PHY for connections to remote LE device. Bitwise OR of any of
1854 boolean opportunistic, int phy, Handler handler) {
1868 BluetoothGatt gatt = new BluetoothGatt(iGatt, this, transport, opportunistic, phy);
1794 connectGatt(Context context, boolean autoConnect, BluetoothGattCallback callback, int transport, int phy) argument
1820 connectGatt(Context context, boolean autoConnect, BluetoothGattCallback callback, int transport, int phy, Handler handler) argument
1852 connectGatt(Context context, boolean autoConnect, BluetoothGattCallback callback, int transport, boolean opportunistic, int phy, Handler handler) argument

Completed in 240 milliseconds