Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc1233 std::stringstream remaining_string; in ClccResponse() local
1234 remaining_string << "\"," << type; in ClccResponse()
1235 strncat(&ag_res.str[res_strlen], remaining_string.str().c_str(), 5); in ClccResponse()