Searched refs:clcc_pattern (Results 1 – 2 of 2) sorted by relevance
944 const std::string clcc_pattern = "\x0d\x0a+CLCC:"; in TEST_F() local1002 HEADER_SIZE + strlen(clcc_pattern.c_str())); in TEST_F()1399 const std::string clcc_pattern = "\x0d\x0a+CLCC:"; in TEST_F() local1401 size_t expected_data_size = HEADER_SIZE + strlen(clcc_pattern.c_str()); in TEST_F()
311 constexpr const char* clcc_pattern = "\x0d\x0a+CLCC:"; variable314 const uint32_t clcc_pat_len = strlen(clcc_pattern);737 if (memcmp(&packet[offset], clcc_pattern, clcc_pat_len) == 0) { in FilterProfilesHandleHfp()