Searched refs:ParseBtRecord (Results 1 – 2 of 2) sorted by relevance
50 static std::shared_ptr<BtData> ParseBtRecord(const std::string& payload);
203 std::shared_ptr<BtData> NdefBtDataParser::ParseBtRecord(const std::string& payload) in ParseBtRecord() function in OHOS::NFC::TAG::NdefBtDataParser451 return ParseBtRecord(record->payload_); in CheckBtRecord()