Home
last modified time | relevance | path

Searched refs:primary_record (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/bta/test/
Dbta_dip_test.cc123 ASSERT_EQ(record.dip.primary_record, true); in TEST_F()
157 ASSERT_EQ(record.dip.primary_record, false); in TEST_F()
192 ASSERT_EQ(record.dip.primary_record, true); in TEST_F()
/packages/modules/Bluetooth/system/main/
Dbte_conf.cc57 record.primary_record = in bte_load_did_conf()
83 (record.primary_record ? "primary" : "not primary")); in bte_load_did_conf()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs215 pub primary_record: bool, field
227 primary_record: item.primary_record, in from()
398 primary_record: dip.primary_record, in get_unsafe_record()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc917 p_device_info->rec.primary_record = (bool)p_curr_attr->attr_value.v.u8; in SDP_GetDiRecord()
954 if (p_device_info->primary_record && sdp_cb.server_db.di_primary_handle) in SDP_SetLocalDiRecord()
1045 u8 = (uint8_t)p_device_info->primary_record; in SDP_SetLocalDiRecord()
1062 else if (p_device_info->primary_record) in SDP_SetLocalDiRecord()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_sdp.h112 bool primary_record; member
/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/
DsdpFuzzHelpers.h216 record.primary_record = fdp->ConsumeBool(); in generateArbitrarySdpDiRecord()
/packages/modules/Bluetooth/system/stack/include/
Dsdp_api.h193 bool primary_record; member
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc322 if (!p_device_info->primary_record) { in BTA_DmSetLocalDiRecord()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_sdp.cpp229 record->dip.primary_record, in sdp_search_callback()
/packages/modules/Bluetooth/system/bta/sdp/
Dbta_sdp_act.cc475 record->dip.primary_record = !(!p_attr->attr_value.v.u8); in bta_create_dip_sdp_record()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs233 primary_record: bool, field
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs184 primary_record: bool, field