Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Da2dp.h84 uint8_t a2dp_config_process_set_sbc(avdtp_role_t role, uint16_t a2dp_cid, uint8_t local_seid, uint8…
H A Da2dp_sink.c188 …return a2dp_config_process_set_sbc(AVDTP_ROLE_SINK, a2dp_cid, local_seid, remote_seid, configurati… in a2dp_sink_set_config_sbc()
H A Da2dp_source.c222 …return a2dp_config_process_set_sbc(AVDTP_ROLE_SOURCE, a2dp_cid, local_seid, remote_seid, configura… in a2dp_source_set_config_sbc()
H A Da2dp.c622 a2dp_config_process_set_sbc(role, cid, local_seid, remote_seid, &configuration); in a2dp_config_process_avdtp_event_handler()
935 uint8_t a2dp_config_process_set_sbc(avdtp_role_t role, uint16_t a2dp_cid, uint8_t local_seid, uint8… in a2dp_config_process_set_sbc() function