Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Da2dp.h92 uint8_t a2dp_config_process_set_other(avdtp_role_t role, uint16_t a2dp_cid, uint8_t local_seid, ui…
H A Da2dp_sink.c205 …return a2dp_config_process_set_other(AVDTP_ROLE_SINK, a2dp_cid, local_seid, remote_seid, media_cod… in a2dp_sink_set_config_other()
H A Da2dp_source.c239 …return a2dp_config_process_set_other(AVDTP_ROLE_SOURCE, a2dp_cid, local_seid, remote_seid, media_c… in a2dp_source_set_config_other()
H A Da2dp.c1038 uint8_t a2dp_config_process_set_other(avdtp_role_t role, uint16_t a2dp_cid, uint8_t local_seid, ui… in a2dp_config_process_set_other() function