Searched refs:rxPhy (Results 1 – 2 of 2) sorted by relevance
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | GattServerFacade.java | 434 @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()
|
D | GattClientFacade.java | 263 @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()
|