Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c531 static void bta_hf_client_handle_cops(char *opstr, UINT32 mode) in bta_hf_client_handle_cops() argument
533 APPL_TRACE_DEBUG("%s %u %s", __FUNCTION__, mode, opstr); in bta_hf_client_handle_cops()
535 bta_hf_client_operator_name(opstr); in bta_hf_client_handle_cops()
919 char opstr[17]; in bta_hf_client_parse_cops() local
926 res = sscanf(buffer, "%hhi,0,\"%16[^\"]\"%n", &mode, opstr, &offset); in bta_hf_client_parse_cops()
937 bta_hf_client_handle_cops(opstr, mode); in bta_hf_client_parse_cops()