Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Da2dp.h60 void a2dp_create_sdp_record(uint8_t * service, uint32_t service_record_handle, uint16_t service_cl…
H A Da2dp_sink.c70 a2dp_create_sdp_record(service, service_record_handle, BLUETOOTH_SERVICE_CLASS_AUDIO_SINK, in a2dp_sink_create_sdp_record()
H A Da2dp_source.c80 a2dp_create_sdp_record(service, service_record_handle, BLUETOOTH_SERVICE_CLASS_AUDIO_SOURCE, in a2dp_source_create_sdp_record()
H A Da2dp.c89 void a2dp_create_sdp_record(uint8_t * service, uint32_t service_record_handle, uint16_t service_cl… in a2dp_create_sdp_record() function