Searched refs:opstr (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.cc | 503 static void bta_hf_client_handle_cops(tBTA_HF_CLIENT_CB* client_cb, char* opstr, in bta_hf_client_handle_cops() argument 505 APPL_TRACE_DEBUG("%s: %u %s", __func__, mode, opstr); in bta_hf_client_handle_cops() 507 bta_hf_client_operator_name(client_cb, opstr); in bta_hf_client_handle_cops() 1136 char opstr[17]; in bta_hf_client_parse_cops() local 1144 res = sscanf(buffer, "%hhi,0,\"%16[^\"]\"%n", &mode, opstr, &offset); in bta_hf_client_parse_cops() 1160 bta_hf_client_handle_cops(client_cb, opstr, mode); in bta_hf_client_parse_cops()
|