Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_sdp.cpp134 if (record->hdr.service_name_length > 0) { in sdp_search_callback()
234 record.mas.hdr.service_name_length = strlen(service_name); in sdpCreateMapMasRecordNative()
237 record.mas.hdr.service_name_length = 0; in sdpCreateMapMasRecordNative()
273 record.mns.hdr.service_name_length = strlen(service_name); in sdpCreateMapMnsRecordNative()
276 record.mns.hdr.service_name_length = 0; in sdpCreateMapMnsRecordNative()
308 record.pce.hdr.service_name_length = strlen(service_name); in sdpCreatePbapPceRecordNative()
311 record.pce.hdr.service_name_length = 0; in sdpCreatePbapPceRecordNative()
342 record.pse.hdr.service_name_length = strlen(service_name); in sdpCreatePbapPseRecordNative()
345 record.pse.hdr.service_name_length = 0; in sdpCreatePbapPseRecordNative()
380 record.ops.hdr.service_name_length = strlen(service_name); in sdpCreateOppOpsRecordNative()
[all …]
/packages/modules/Bluetooth/system/bta/sdp/
Dbta_sdp_act.cc54 record->mns.hdr.service_name_length = 0; in bta_create_mns_sdp_record()
78 record->mns.hdr.service_name_length = in bta_create_mns_sdp_record()
119 record->mas.hdr.service_name_length = 0; in bta_create_mas_sdp_record()
171 record->mas.hdr.service_name_length = in bta_create_mas_sdp_record()
212 record->pse.hdr.service_name_length = 0; in bta_create_pse_sdp_record()
249 record->pse.hdr.service_name_length = in bta_create_pse_sdp_record()
291 record->ops.hdr.service_name_length = 0; in bta_create_ops_sdp_record()
302 record->ops.hdr.service_name_length = in bta_create_ops_sdp_record()
393 record->sap.hdr.service_name_length = 0; in bta_create_sap_sdp_record()
403 record->sap.hdr.service_name_length = in bta_create_sap_sdp_record()
[all …]
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sdp_server.cc144 records_size += record->hdr.service_name_length; in get_sdp_records_size()
145 if (record->hdr.service_name_length > 0) { in get_sdp_records_size()
171 in_record->hdr.service_name_length == 0) { in copy_sdp_records()
173 out_record->hdr.service_name_length = 0; in copy_sdp_records()
178 in_record->hdr.service_name_length); in copy_sdp_records()
179 free_ptr += in_record->hdr.service_name_length; in copy_sdp_records()
479 (uint32_t)(rec->hdr.service_name_length + 1), in add_maps_sdp()
563 (uint32_t)(rec->hdr.service_name_length + 1), in add_mapc_sdp()
621 (uint32_t)(rec->hdr.service_name_length + 1), in add_pbapc_sdp()
681 (uint32_t)(rec->hdr.service_name_length + 1),
[all …]
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs57 pub service_name_length: u32, field
86 let service_name_length = sdp_hdr.service_name_length; in from() localVariable
91 sdp_hdr.service_name_length as usize, in from()
94 sdp_hdr.service_name_length as usize, in from()
102 service_name_length, in from()
250 service_name_length: 0, // Not used in default()
334 service_name_length: hdr.service_name_length, in convert_header()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_sdp.h46 uint32_t service_name_length; member
60 uint32_t service_name_length; member
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs210 service_name_length: u32, field
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs122 service_name_length: u32, field