Home | History | Annotate | Download | only in src

Lines Matching defs:bdaddr

43 #include "btcore/include/bdaddr.h"
147 BD_ADDR oob_bdaddr; /* peer bdaddr*/
152 bt_bdaddr_t bdaddr;
556 bt_bdaddr_t bdaddr;
562 bdcpy(bdaddr.address, bd_addr);
569 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
582 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]);
592 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
601 if (btif_storage_get_remote_device_property(&bdaddr, &prop_name) == BT_STATUS_SUCCESS)
608 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
613 status, &bdaddr, num_properties, properties);
1257 bt_bdaddr_t bdaddr;
1263 bdcpy(bdaddr.address, p_search_data->disc_res.bd_addr);
1265 status = btif_storage_set_remote_device_property(&bdaddr, &properties[0]);
1268 status, &bdaddr, 1, properties);
1279 bt_bdaddr_t bdaddr;
1285 bdcpy(bdaddr.address, p_search_data->inq_res.bd_addr);
1287 BTIF_TRACE_DEBUG("%s() %s device_type = 0x%x\n", __FUNCTION__, bdaddr_to_string(&bdaddr, bdstr, sizeof(bdstr)),
1324 BT_PROPERTY_BDADDR, sizeof(bdaddr), &bdaddr);
1346 if (btif_get_device_type(bdaddr.address, &stored_device_type) &&
1370 status = btif_storage_add_remote_device(&bdaddr, num_properties, properties);
1373 status = btif_storage_set_remote_addr_type(&bdaddr, addr_type);
1992 btif_dm_cb_create_bond(&create_bond_cb->bdaddr, create_bond_cb->transport);
2302 bdcpy(create_bond_cb.bdaddr.address, bd_addr->address);
2395 void btif_dm_hh_open_failed(bt_bdaddr_t *bdaddr)
2398 bdcmp(bdaddr->address, pairing_cb.bd_addr) == 0)
2400 bond_state_changed(BT_STATUS_FAIL, bdaddr, BT_BOND_STATE_NONE);
2905 bt_bdaddr_t bdaddr;
2906 bdcpy(bdaddr.address, p_auth_cmpl->bd_addr);
2907 if (btif_storage_get_remote_addr_type(&bdaddr, &addr_type) != BT_STATUS_SUCCESS)
2908 btif_storage_set_remote_addr_type(&bdaddr, p_auth_cmpl->addr_type);
2914 btif_storage_remove_bonded_device(&bdaddr);