Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/test/
Dbta_dip_test.cc127 ASSERT_EQ(record.dip.primary_record, true); in TEST_F()
161 ASSERT_EQ(record.dip.primary_record, false); in TEST_F()
196 ASSERT_EQ(record.dip.primary_record, true); in TEST_F()
206 ASSERT_EQ(record.dip.primary_record, false); in TEST_F()
/packages/modules/Bluetooth/system/main/
Dbte_conf.cc62 record.primary_record = in bte_load_did_conf()
88 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/include/
Dsdp_device_id.h33 bool primary_record; member
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc912 p_device_info->rec.primary_record = (bool)p_curr_attr->attr_value.v.u8; in SDP_GetDiRecord()
949 if (p_device_info->primary_record && sdp_cb.server_db.di_primary_handle) in SDP_SetLocalDiRecord()
1040 u8 = (uint8_t)p_device_info->primary_record; in SDP_SetLocalDiRecord()
1057 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/bta/dm/
Dbta_dm_api.cc150 if (!p_device_info->primary_record) { in BTA_DmSetLocalDiRecord()
/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/
DsdpFuzzHelpers.h217 record.primary_record = fdp->ConsumeBool(); in generateArbitrarySdpDiRecord()
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_test.cc409 ASSERT_FALSE(device_info.rec.primary_record); in TEST_F()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc229 .primary_record = true, in btif_enable_bluetooth_evt()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_sdp.cpp202 record->dip.primary_record, in sdp_search_callback()
/packages/modules/Bluetooth/system/bta/sdp/
Dbta_sdp_act.cc508 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.rs270 primary_record: bool, field
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs182 primary_record: bool, field