Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattServerFacade.java434 @RpcParameter(name = "rxPhy") Integer rxPhy, in gattServerSetPreferredPhy()
455 .setPreferredPhy(bluetoothDevice, txPhy, rxPhy, phyOptions); in gattServerSetPreferredPhy()
1068 public void onPhyRead(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyRead() argument
1072 mResults.putInt("RxPhy", rxPhy); in onPhyRead()
1079 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyUpdate() argument
1083 mResults.putInt("RxPhy", rxPhy); in onPhyUpdate()
DGattClientFacade.java263 @RpcParameter(name = "rxPhy") Integer rxPhy, in gattClientSetPreferredPhy()
266 mBluetoothGattList.get(index).setPreferredPhy(txPhy, rxPhy, phyOptions); in gattClientSetPreferredPhy()
2070 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead() argument
2073 mResults.putInt("RxPhy", rxPhy); in onPhyRead()
2080 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyUpdate() argument
2083 mResults.putInt("RxPhy", rxPhy); in onPhyUpdate()