Home
last modified time | relevance | path

Searched refs:BT_PROPERTY_BDADDR (Results 1 – 11 of 11) sorted by relevance

/system/bt/btcore/src/
Dproperty.cc82 return property_new_((void*)addr, sizeof(RawAddress), BT_PROPERTY_BDADDR); in property_new_addr()
136 return property->type == BT_PROPERTY_BDADDR; in property_is_addr()
/system/bt/service/
Dlogging_helpers.cc107 CASE_RETURN_TEXT(BT_PROPERTY_BDADDR); in BtPropertyText()
Dadapter.cc68 case BT_PROPERTY_BDADDR: { in ParseRemoteDeviceProps()
545 case BT_PROPERTY_BDADDR: { in AdapterPropertiesCallback()
/system/bt/service/hal/
Dfake_bluetooth_interface.cc126 property.type = BT_PROPERTY_BDADDR; in NotifyAdapterAddressPropertyChanged()
/system/bt/btif/src/
Dbtif_core.cc364 prop.type = BT_PROPERTY_BDADDR; in btif_enable_bluetooth_evt()
565 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR, in btif_in_get_adapter_properties()
864 if (!btif_is_enabled() && (type != BT_PROPERTY_BDADDR) && in btif_get_adapter_property()
961 case BT_PROPERTY_BDADDR: in btif_set_adapter_property()
Dbtif_util.cc130 CASE_RETURN_STR(BT_PROPERTY_BDADDR) in dump_property_type()
Dbtif_storage.cc634 if (property->type == BT_PROPERTY_BDADDR) { in btif_storage_get_adapter_property()
795 if (properties[i].type == BT_PROPERTY_BDADDR) { in btif_storage_add_remote_device()
944 BTIF_STORAGE_GET_ADAPTER_PROP(status, BT_PROPERTY_BDADDR, &addr, in btif_storage_load_bonded_devices()
Dbtif_dm.cc1290 BT_PROPERTY_BDADDR, sizeof(bdaddr), &bdaddr); in btif_dm_search_devices_evt()
/system/bt/tools/bdtool/
Dadapter.c198 case BT_PROPERTY_BDADDR: { in parse_properties()
/system/bt/btcore/test/
Dproperty_test.cc39 EXPECT_EQ(BT_PROPERTY_BDADDR, property->type); in TEST_F()
/system/bt/include/hardware/
Dbluetooth.h175 BT_PROPERTY_BDADDR, enumerator