Home | History | Annotate | Download | only in src

Lines Matching refs:bdaddr

165     BD_ADDR  oob_bdaddr;  /* peer bdaddr*/
170 bt_bdaddr_t bdaddr;
539 bt_bdaddr_t bdaddr;
545 bdcpy(bdaddr.address, bd_addr);
552 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
565 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]);
575 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
583 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
588 status, &bdaddr, num_properties, properties);
1206 bt_bdaddr_t bdaddr;
1212 bdcpy(bdaddr.address, p_search_data->disc_res.bd_addr);
1214 status = btif_storage_set_remote_device_property(&bdaddr, &properties[0]);
1217 status, &bdaddr, 1, properties);
1229 bt_bdaddr_t bdaddr;
1236 bdcpy(bdaddr.address, p_search_data->inq_res.bd_addr);
1238 BTIF_TRACE_DEBUG("%s() %s device_type = 0x%x\n", __FUNCTION__, bd2str(&bdaddr, &bdstr),
1275 BT_PROPERTY_BDADDR, sizeof(bdaddr), &bdaddr);
1308 status = btif_storage_add_remote_device(&bdaddr, num_properties, properties);
1311 status = btif_storage_set_remote_addr_type(&bdaddr, addr_type);
1316 btif_storage_set_dmt_support_type (&bdaddr, TRUE);
1961 btif_dm_cb_create_bond(&create_bond_cb->bdaddr, create_bond_cb->transport);
2272 bdcpy(create_bond_cb.bdaddr.address, bd_addr->address);
2366 void btif_dm_hh_open_failed(bt_bdaddr_t *bdaddr)
2369 bdcmp(bdaddr->address, pairing_cb.bd_addr) == 0)
2371 bond_state_changed(BT_STATUS_FAIL, bdaddr, BT_BOND_STATE_NONE);