Home
last modified time | relevance | path

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

/btstack/test/hfp/
H A Dhfp_at_parser_test.cpp103 context.remote_codecs_nr = 0; in TEST_GROUP()
369 CHECK_EQUAL(3, context.remote_codecs_nr); in TEST()
/btstack/src/classic/
H A Dhfp.h587 uint16_t remote_codecs_nr; member
H A Dhfp_ag.c560 …if (hfp_supports_codec(HFP_CODEC_LC3_SWB, hfp_connection->remote_codecs_nr, hfp_connection->remote… in hfp_ag_suggest_codec()
568 …if (hfp_supports_codec(HFP_CODEC_MSBC, hfp_connection->remote_codecs_nr, hfp_connection->remote_co… in hfp_ag_suggest_codec()
H A Dhfp.c1720 hfp_connection->remote_codecs_nr = hfp_connection->parser_item_index; in parse_sequence()