Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_sdp_server.cc63 bluetooth_sdp_record* record_data;
124 bluetooth_sdp_record* record = in_record; in get_sdp_records_size()
129 records_size += sizeof(bluetooth_sdp_record); in get_sdp_records_size()
143 void copy_sdp_records(bluetooth_sdp_record* in_records, in copy_sdp_records()
146 bluetooth_sdp_record* in_record; in copy_sdp_records()
147 bluetooth_sdp_record* out_record; in copy_sdp_records()
192 static int alloc_sdp_slot(bluetooth_sdp_record* in_record) { in alloc_sdp_slot()
196 bluetooth_sdp_record* record = (bluetooth_sdp_record*)osi_malloc(record_size); in alloc_sdp_slot()
217 bluetooth_sdp_record* record = NULL; in free_sdp_slot()
272 bt_status_t create_sdp_record(bluetooth_sdp_record* record, in create_sdp_record()
[all …]
H A Dbtif_sdp.cc50 bt_status_t create_sdp_record(bluetooth_sdp_record* records,
57 int get_sdp_records_size(bluetooth_sdp_record* in_record, int count);
58 void copy_sdp_records(bluetooth_sdp_record* in_records,
59 bluetooth_sdp_record* out_records, int count);
/aosp12/system/bt/include/hardware/
H A Dbt_sdp.h120 } bluetooth_sdp_record; typedef
127 bluetooth_sdp_record* records);
161 bt_status_t (*create_sdp_record)(bluetooth_sdp_record* record,
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_sdp.cpp49 bluetooth_sdp_record* record);
139 bluetooth_sdp_record* records) { in sdp_search_callback()
161 bluetooth_sdp_record* record = &records[i]; in sdp_search_callback()
256 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreateMapMasRecordNative()
295 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreateMapMnsRecordNative()
330 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreatePbapPceRecordNative()
364 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreatePbapPseRecordNative()
402 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreateOppOpsRecordNative()
450 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreateSapsRecordNative()
/aosp12/system/bt/bta/sdp/
H A Dbta_sdp_act.cc34 static void bta_create_mns_sdp_record(bluetooth_sdp_record* record, in bta_create_mns_sdp_record()
74 static void bta_create_mas_sdp_record(bluetooth_sdp_record* record, in bta_create_mas_sdp_record()
127 static void bta_create_pse_sdp_record(bluetooth_sdp_record* record, in bta_create_pse_sdp_record()
173 static void bta_create_ops_sdp_record(bluetooth_sdp_record* record, in bta_create_ops_sdp_record()
258 static void bta_create_sap_sdp_record(bluetooth_sdp_record* record, in bta_create_sap_sdp_record()
287 static void bta_create_dip_sdp_record(bluetooth_sdp_record* record, in bta_create_dip_sdp_record()
341 static void bta_create_raw_sdp_record(bluetooth_sdp_record* record, in bta_create_raw_sdp_record()
/aosp12/system/bt/bta/include/
H A Dbta_sdp_api.h65 bluetooth_sdp_record records[BTA_SDP_MAX_RECORDS];
/aosp12/system/bt/bta/test/
H A Dbta_dip_test.cc106 bluetooth_sdp_record record; in TEST_F()