Home
last modified time | relevance | path

Searched refs:bluetooth_sdp_record (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c30 bluetooth_sdp_record* record_data;
76 static int get_sdp_records_size(bluetooth_sdp_record* in_record, int count) in get_sdp_records_size()
78 bluetooth_sdp_record* record = in_record; in get_sdp_records_size()
83 records_size += sizeof(bluetooth_sdp_record); in get_sdp_records_size()
144 static void copy_sdp_records(bluetooth_sdp_record* in_records, bluetooth_sdp_record* out_records, i… in copy_sdp_records()
146 bluetooth_sdp_record *in_record; in copy_sdp_records()
147 bluetooth_sdp_record *out_record; in copy_sdp_records()
179 static int alloc_sdp_slot(bluetooth_sdp_record* in_record) in alloc_sdp_slot()
183 bluetooth_sdp_record *record = NULL; in alloc_sdp_slot()
223 bluetooth_sdp_record *record = NULL; in free_sdp_slot()
[all …]
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_act.c108 static void bta_create_mns_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_mns_sdp_record()
143 static void bta_create_mas_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_mas_sdp_record()
189 static void bta_create_pse_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_pse_sdp_record()
229 static void bta_create_pce_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_pce_sdp_record()
251 static void bta_create_ops_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_ops_sdp_record()
325 static void bta_create_sap_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_sap_sdp_record()
352 static void bta_create_raw_sdp_record(bluetooth_sdp_record *record, tSDP_DISC_REC *p_rec) in bta_create_raw_sdp_record()
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_sdp.h36 bluetooth_sdp_record *record;
Dbt_sdp.h110 } bluetooth_sdp_record; typedef
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_sdp_api.h61 bluetooth_sdp_record records[BTA_SDP_MAX_RECORDS];
/hal_espressif-3.7.0/components/bt/host/bluedroid/api/
Desp_sdp_api.c103 arg.creat_record.record = (bluetooth_sdp_record *)record; in esp_sdp_create_record()