Searched refs:opstr (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.c | 536 static void bta_hf_client_handle_cops(char *opstr, UINT32 mode) in bta_hf_client_handle_cops() argument 538 APPL_TRACE_DEBUG("%s %u %s", __FUNCTION__, mode, opstr); in bta_hf_client_handle_cops() 540 bta_hf_client_operator_name(opstr); in bta_hf_client_handle_cops() 968 char opstr[17]; in bta_hf_client_parse_cops() local 975 res = sscanf(buffer, "%hhi,0,\"%16[^\"]\"%n", &mode, opstr, &offset); in bta_hf_client_parse_cops() 993 bta_hf_client_handle_cops(opstr, mode); in bta_hf_client_parse_cops()
|