Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothLeAdvertisingSetFacade.java57 private static final Map<String, Integer> ADV_PHYS = new HashMap<>(); field in BluetoothLeAdvertisingSetFacade
59 ADV_PHYS.put("PHY_LE_1M", BluetoothDevice.PHY_LE_1M);
60 ADV_PHYS.put("PHY_LE_2M", BluetoothDevice.PHY_LE_2M);
61 ADV_PHYS.put("PHY_LE_CODED", BluetoothDevice.PHY_LE_CODED);
180 builder.setPrimaryPhy(ADV_PHYS.get(params.getString(key))); in buildParameters()
182 builder.setSecondaryPhy(ADV_PHYS.get(params.getString(key))); in buildParameters()