Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_command_processor.h390 inline static constexpr int ATD_VALID_LENGTH = 2; variable
H A Dhfp_ag_command_processor.cpp238 if (number.length() <= ATD_VALID_LENGTH) { // number should contains a number and a ';' in AtdExecuter()
251 number = number.substr(1, number.length() - ATD_VALID_LENGTH); in AtdExecuter()