Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs302 impl From<bindings::bluetooth_sdp_record> for BtSdpRecord {
303 fn from(item: bindings::bluetooth_sdp_record) -> Self { in from()
347 fn get_unsafe_record<'a>(&'a mut self) -> bindings::bluetooth_sdp_record { in get_unsafe_record() argument
350 bindings::bluetooth_sdp_record { hdr: BtSdpRecord::convert_header(hdr) } in get_unsafe_record()
352 BtSdpRecord::MapMas(mas) => bindings::bluetooth_sdp_record { in get_unsafe_record()
360 BtSdpRecord::MapMns(mns) => bindings::bluetooth_sdp_record { in get_unsafe_record()
366 BtSdpRecord::PbapPse(pse) => bindings::bluetooth_sdp_record { in get_unsafe_record()
373 BtSdpRecord::PbapPce(pce) => bindings::bluetooth_sdp_record { in get_unsafe_record()
378 BtSdpRecord::OppServer(ops) => bindings::bluetooth_sdp_record { in get_unsafe_record()
385 BtSdpRecord::SapServer(sap) => bindings::bluetooth_sdp_record { in get_unsafe_record()
[all …]
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sdp.cc51 bt_status_t create_sdp_record(bluetooth_sdp_record* records,
58 int get_sdp_records_size(bluetooth_sdp_record* in_record, int count);
59 void copy_sdp_records(bluetooth_sdp_record* in_records,
60 bluetooth_sdp_record* out_records, int count);
Dbtif_sdp_server.cc71 bluetooth_sdp_record* record_data;
137 int get_sdp_records_size(bluetooth_sdp_record* in_record, int count) { in get_sdp_records_size()
138 bluetooth_sdp_record* record = in_record; in get_sdp_records_size()
143 records_size += sizeof(bluetooth_sdp_record); in get_sdp_records_size()
157 void copy_sdp_records(bluetooth_sdp_record* in_records, in copy_sdp_records()
158 bluetooth_sdp_record* out_records, int count) { in copy_sdp_records()
160 bluetooth_sdp_record* in_record; in copy_sdp_records()
161 bluetooth_sdp_record* out_record; in copy_sdp_records()
206 static int alloc_sdp_slot(bluetooth_sdp_record* in_record) { in alloc_sdp_slot()
210 bluetooth_sdp_record* record = (bluetooth_sdp_record*)osi_malloc(record_size); in alloc_sdp_slot()
[all …]
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_sdp.cpp46 bluetooth_sdp_record* record);
110 bluetooth_sdp_record* records) { in sdp_search_callback()
132 bluetooth_sdp_record* record = &records[i]; in sdp_search_callback()
227 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreateMapMasRecordNative()
266 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreateMapMnsRecordNative()
301 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreatePbapPceRecordNative()
335 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreatePbapPseRecordNative()
373 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreateOppOpsRecordNative()
421 bluetooth_sdp_record record = {}; // Must be zero initialized in sdpCreateSapsRecordNative()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_sdp.h132 } bluetooth_sdp_record; typedef
139 bluetooth_sdp_record* records);
173 bt_status_t (*create_sdp_record)(bluetooth_sdp_record* record,
/packages/modules/Bluetooth/system/bta/test/
Dbta_dip_test.cc108 void bta_create_dip_sdp_record(bluetooth_sdp_record* record,
118 bluetooth_sdp_record record; in TEST_F()
132 bluetooth_sdp_record record{}; in TEST_F()
166 bluetooth_sdp_record record{}; in TEST_F()
/packages/modules/Bluetooth/system/bta/sdp/
Dbta_sdp_act.cc48 static void bta_create_mns_sdp_record(bluetooth_sdp_record* record, in bta_create_mns_sdp_record()
112 static void bta_create_mas_sdp_record(bluetooth_sdp_record* record, in bta_create_mas_sdp_record()
205 static void bta_create_pse_sdp_record(bluetooth_sdp_record* record, in bta_create_pse_sdp_record()
284 static void bta_create_ops_sdp_record(bluetooth_sdp_record* record, in bta_create_ops_sdp_record()
386 static void bta_create_sap_sdp_record(bluetooth_sdp_record* record, in bta_create_sap_sdp_record()
424 static void bta_create_dip_sdp_record(bluetooth_sdp_record* record, in bta_create_dip_sdp_record()
517 static void bta_create_raw_sdp_record(bluetooth_sdp_record* record, in bta_create_raw_sdp_record()
756 void bta_create_dip_sdp_record(bluetooth_sdp_record* record, in bta_create_dip_sdp_record()
/packages/modules/Bluetooth/system/bta/include/
Dbta_sdp_api.h76 bluetooth_sdp_record records[BTA_SDP_MAX_RECORDS];