Home
last modified time | relevance | path

Searched refs:a2dp_sdp_ver (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/
Da2d_api.c146 void a2d_set_a2dp_sdp_ver(UINT16 a2dp_sdp_ver) in a2d_set_a2dp_sdp_ver() argument
148 a2d_cb.a2dp_sdp_ver = a2dp_sdp_ver; in a2d_set_a2dp_sdp_ver()
213 …P_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_ADV_AUDIO_DISTRIBUTION, a2d_cb.a2dp_sdp_ver); in A2D_AddRecord()
404 a2d_cb.a2dp_sdp_ver = A2D_VERSION; in A2D_Init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/include/
Da2d_int.h54 UINT16 a2dp_sdp_ver; /* A2DP version */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Da2d_api.h288 extern void a2d_set_a2dp_sdp_ver(UINT16 a2dp_sdp_ver);