Searched defs:phyOptions (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java566 * @param phyOptions preferred coding to use when transmitting on the LE Coded PHY. Can be one
570 public void setPreferredPhy(BluetoothDevice device, int txPhy, int rxPhy, int phyOptions) { argument
573 phyOptions);
H A DBluetoothGatt.java879 * @param phyOptions preferred coding to use when transmitting on the LE Coded PHY. Can be one
883 public void setPreferredPhy(int txPhy, int rxPhy, int phyOptions) { argument
886 phyOptions);

Completed in 55 milliseconds