Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Da2dp.h88 uint8_t a2dp_config_process_set_mpeg_aac(avdtp_role_t role, uint16_t a2dp_cid, uint8_t local_seid,…
H A Da2dp_sink.c196 …return a2dp_config_process_set_mpeg_aac(AVDTP_ROLE_SINK, a2dp_cid, local_seid, remote_seid, config… in a2dp_sink_set_config_mpeg_aac()
H A Da2dp_source.c230 …return a2dp_config_process_set_mpeg_aac(AVDTP_ROLE_SOURCE, a2dp_cid, local_seid, remote_seid, conf… in a2dp_source_set_config_mpeg_aac()
H A Da2dp.c988 uint8_t a2dp_config_process_set_mpeg_aac(avdtp_role_t role, uint16_t a2dp_cid, uint8_t local_seid,… in a2dp_config_process_set_mpeg_aac() function