Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothGattServerCallbackTest.java97 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/
DBleClientService.java935 private void notifyPhyRead(int txPhy, int rxPhy) { in notifyPhyRead() argument
937 showMessage("Phy read: txPhy=" + txPhy + ", rxPhy=" + rxPhy); in notifyPhyRead()
939 intent.putExtra(EXTRA_TX_PHY_VALUE, txPhy); in notifyPhyRead()
953 private void notifyPhyUpdate(int txPhy, int rxPhy) { in notifyPhyUpdate() argument
955 showMessage("Phy update: txPhy=" + txPhy + ", rxPhy=" + rxPhy); in notifyPhyUpdate()
957 intent.putExtra(EXTRA_TX_PHY_VALUE, txPhy); 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 …]