Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs182 pub supported_formats_list_len: i32, field
190 supported_formats_list_len: item.supported_formats_list_len, in from()
381 supported_formats_list_len: ops.supported_formats_list_len, in get_unsafe_record()
/packages/modules/Bluetooth/system/bta/sdp/
Dbta_sdp_act.cc296 record->ops.supported_formats_list_len = 0; in bta_create_ops_sdp_record()
340 record->ops.supported_formats_list_len = 0; in bta_create_ops_sdp_record()
348 record->ops.supported_formats_list_len = in bta_create_ops_sdp_record()
374 if (record->ops.supported_formats_list_len != count) { in bta_create_ops_sdp_record()
379 record->ops.supported_formats_list_len, count); in bta_create_ops_sdp_record()
381 record->ops.supported_formats_list_len = count; in bta_create_ops_sdp_record()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sdp_server.cc783 uint8_t type_len[rec->supported_formats_list_len];
784 uint8_t desc_type[rec->supported_formats_list_len];
785 uint8_t* type_value[rec->supported_formats_list_len];
826 for (i = 0, j = 0; i < rec->supported_formats_list_len; i++) {
834 (uint8_t)rec->supported_formats_list_len, desc_type, type_len,
/packages/modules/Bluetooth/system/include/hardware/
Dbt_sdp.h97 int supported_formats_list_len; member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_sdp.cpp172 jint formats_list_size = record->ops.supported_formats_list_len; in sdp_search_callback()
399 record.ops.supported_formats_list_len = formats_list_len; in sdpCreateOppOpsRecordNative()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs253 supported_formats_list_len: i32, field
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs165 supported_formats_list_len: i32, field