Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_command_parser.cpp56 size_t bodyPos = pos; in ParseBody() local
65 …std::string arg {(char *)&data[bodyPos + it.first.length()], tailPos - it.first.length() - bodyPos in ParseBody()