Home
last modified time | relevance | path

Searched refs:sendATCmd (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessor.java113 if (!mNativeInterface.sendATCmd(Utils.getBytesFromAddress(device.getAddress()), in sendCommand()
DNativeInterface.java259 public boolean sendATCmd(byte[] address, int atCmd, int val1, int val2, String arg) { in sendATCmd() method in NativeInterface
DHeadsetClientStateMachine.java1007 if (mNativeInterface.sendATCmd(getByteAddress(mCurrentDevice), in processConnectionEvent()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java397 verify(mNativeInterface, timeout(STANDARD_WAIT_MILLIS).times(1)).sendATCmd( in runSupportedVendorAtCommand()
441 .sendATCmd(any(), anyInt(), anyInt(), anyInt(), any()); in runUnsupportedVendorAtCommand()