Searched refs:sendATCmd (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | VendorCommandResponseProcessor.java | 113 if (!mNativeInterface.sendATCmd(Utils.getBytesFromAddress(device.getAddress()), in sendCommand()
|
D | NativeInterface.java | 259 public boolean sendATCmd(byte[] address, int atCmd, int val1, int val2, String arg) { in sendATCmd() method in NativeInterface
|
D | HeadsetClientStateMachine.java | 1007 if (mNativeInterface.sendATCmd(getByteAddress(mCurrentDevice), in processConnectionEvent()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachineTest.java | 397 verify(mNativeInterface, timeout(STANDARD_WAIT_MILLIS).times(1)).sendATCmd( in runSupportedVendorAtCommand() 441 .sendATCmd(any(), anyInt(), anyInt(), anyInt(), any()); in runUnsupportedVendorAtCommand()
|