Searched refs:supported_formats_list_len (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | sdp.rs | 182 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/ |
D | bta_sdp_act.cc | 296 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/ |
D | btif_sdp_server.cc | 783 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/ |
D | bt_sdp.h | 97 int supported_formats_list_len; member
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_sdp.cpp | 172 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/ |
D | iface_bluetooth.rs | 253 supported_formats_list_len: i32, field
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 165 supported_formats_list_len: i32, field
|