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/ |
D | btc_sdp.c | 30 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/ |
D | bta_sdp_act.c | 108 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/ |
D | btc_sdp.h | 36 bluetooth_sdp_record *record;
|
D | bt_sdp.h | 110 } bluetooth_sdp_record; typedef
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_sdp_api.h | 61 bluetooth_sdp_record records[BTA_SDP_MAX_RECORDS];
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/api/ |
D | esp_sdp_api.c | 103 arg.creat_record.record = (bluetooth_sdp_record *)record; in esp_sdp_create_record()
|