Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dhfp.h623 uint8_t extended_audio_gateway_error_value; member
H A Dhfp.c1801 …hfp_connection->extended_audio_gateway_error_value = (uint8_t)btstack_atoi((char*)hfp_connection->… in parse_sequence()
H A Dhfp_hf.c1434 …on, HFP_SUBEVENT_EXTENDED_AUDIO_GATEWAY_ERROR, hfp_connection->extended_audio_gateway_error_value); in hfp_hf_handle_rfcomm_command()
/btstack/test/hfp/
H A Dhfp_at_parser_test.cpp301 CHECK_EQUAL(HFP_CME_ERROR_NO_NETWORK_SERVICE, context.extended_audio_gateway_error_value); in TEST()