Searched refs:data_str (Results 1 – 3 of 3) sorted by relevance
416 (uint8_t*)osi_malloc(p_info->data_str.len + 1); in DIS_SrUpdate()417 memcpy(dis_cb.dis_value.data_string[i - 1], p_info->data_str.p_data, in DIS_SrUpdate()418 p_info->data_str.len); in DIS_SrUpdate()419 dis_cb.dis_value.data_string[i - 1][p_info->data_str.len] = in DIS_SrUpdate()
229 const std::string data_str = "AT+BRSF=959\r"; in TEST() local230 const std::vector<uint8_t> data(data_str.begin(), data_str.end()); in TEST()
68 tDIS_STRING data_str; member