Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/api/include/api/
Desp_sdp_api.h134 } esp_bluetooth_sdp_record_t; typedef
162 esp_bluetooth_sdp_record_t *records;/*!< SDP records */
252 esp_err_t esp_sdp_create_record(esp_bluetooth_sdp_record_t *record);
/hal_espressif-3.7.0/components/bt/host/bluedroid/api/
Desp_sdp_api.c84 esp_err_t esp_sdp_create_record(esp_bluetooth_sdp_record_t *record) in esp_sdp_create_record()
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c1128 …param.search.records = osi_malloc(sizeof(esp_bluetooth_sdp_record_t)*p_data->sdp_search_comp.recor… in btc_sdp_cb_handler()
1131 sizeof(esp_bluetooth_sdp_record_t)*p_data->sdp_search_comp.record_count); in btc_sdp_cb_handler()