Home
last modified time | relevance | path

Searched refs:ATA_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_parser.cpp99 if (cmd.compare(0, ATA_LENGTH, "ATA", 0, ATA_LENGTH) == 0) { in Extract()
H A Dhfp_ag_command_parser.h107 inline static constexpr int ATA_LENGTH = 3; variable