Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessor.java87 String commandWord; in sendCommand() local
89 commandWord = atCommand.substring(0, indexOfEqual + 1); in sendCommand()
91 commandWord = atCommand.substring(0, indexOfQuestionMark + 1); in sendCommand()
93 commandWord = atCommand; in sendCommand()
97 commandWord = commandWord.replaceAll("\\s+", ""); in sendCommand()
99 if (!Objects.equals(SUPPORTED_VENDOR_AT_COMMANDS.get(commandWord), vendorId)) { in sendCommand()
100 Log.e(TAG, "Invalid command " + atCommand + ", " + vendorId + ". Cand=" + commandWord); in sendCommand()