Searched refs:clcc_pattern (Results 1 – 2 of 2) sorted by relevance
1076 const std::string clcc_pattern = "\x0d\x0a+CLCC:"; in TEST_F() local1143 HEADER_SIZE + strlen(clcc_pattern.c_str())); in TEST_F()1592 const std::string clcc_pattern = "\x0d\x0a+CLCC:"; in TEST_F() local1594 size_t expected_data_size = HEADER_SIZE + strlen(clcc_pattern.c_str()); in TEST_F()
316 constexpr const char* clcc_pattern = "\x0d\x0a+CLCC:"; variable319 const uint32_t clcc_pat_len = strlen(clcc_pattern);749 if (memcmp(&packet[offset], clcc_pattern, clcc_pat_len) == 0) { in FilterProfilesHandleHfp()