Searched refs:bta_hf_client_parse_uint32 (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_at.c | 627 static char *bta_hf_client_parse_uint32(char *buffer, void (*handler_callback)(UINT32)) in bta_hf_client_parse_uint32() function 650 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_brsf); in bta_hf_client_parse_brsf() 810 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_bcs); in bta_hf_client_parse_bcs() 817 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_bsir); in bta_hf_client_parse_bsir() 824 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_cmeerror); in bta_hf_client_parse_cmeerror() 831 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_vgm); in bta_hf_client_parse_vgm() 838 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_vgm); in bta_hf_client_parse_vgme() 845 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_vgs); in bta_hf_client_parse_vgs() 852 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_vgs); in bta_hf_client_parse_vgse() 859 return bta_hf_client_parse_uint32(buffer, bta_hf_client_handle_bvra); in bta_hf_client_parse_bvra()
|