Searched refs:txPhy (Results 1 – 2 of 2) sorted by relevance
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | GattServerFacade.java | 433 @RpcParameter(name = "txPhy") Integer txPhy, 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 1071 mResults.putInt("TxPhy", txPhy); in onPhyRead() 1079 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) { in onPhyUpdate() argument 1082 mResults.putInt("TxPhy", txPhy); in onPhyUpdate()
|
D | GattClientFacade.java | 262 @RpcParameter(name = "txPhy") Integer txPhy, 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 2072 mResults.putInt("TxPhy", txPhy); in onPhyRead() 2080 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyUpdate() argument 2082 mResults.putInt("TxPhy", txPhy); in onPhyUpdate()
|