Searched refs:rxPhy (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
D | BluetoothGattServerCallbackTest.java | 97 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) { 101 public void onPhyRead(BluetoothDevice device, int txPhy, int rxPhy, int status) {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleClientService.java | 935 private void notifyPhyRead(int txPhy, int rxPhy) { in notifyPhyRead() argument 937 showMessage("Phy read: txPhy=" + txPhy + ", rxPhy=" + rxPhy); in notifyPhyRead() 940 intent.putExtra(EXTRA_RX_PHY_VALUE, rxPhy); in notifyPhyRead() 953 private void notifyPhyUpdate(int txPhy, int rxPhy) { in notifyPhyUpdate() argument 955 showMessage("Phy update: txPhy=" + txPhy + ", rxPhy=" + rxPhy); in notifyPhyUpdate() 958 intent.putExtra(EXTRA_RX_PHY_VALUE, rxPhy); in notifyPhyUpdate() 1492 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { 1493 super.onPhyRead(gatt, txPhy, rxPhy, status); 1498 notifyPhyRead(txPhy, rxPhy); 1507 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { [all …]
|