Lines Matching defs:bdaddr

149   RawAddress bdaddr; /* peer bdaddr */
154 RawAddress bdaddr;
550 static void btif_update_remote_properties(const RawAddress& bdaddr,
566 &bdaddr, &properties[num_properties]);
581 &bdaddr, &properties[num_properties]);
591 status = btif_storage_set_remote_device_property(&bdaddr,
602 if (btif_storage_get_remote_device_property(&bdaddr, &prop_name) ==
611 status = btif_storage_set_remote_device_property(&bdaddr,
617 auto tmp = bdaddr;
1215 RawAddress& bdaddr = p_search_data->disc_res.bd_addr;
1218 btif_storage_set_remote_device_property(&bdaddr, &properties[0]);
1221 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, status, &bdaddr,
1234 RawAddress& bdaddr = p_search_data->inq_res.bd_addr;
1237 bdaddr.ToString().c_str(),
1264 BT_PROPERTY_BDADDR, sizeof(bdaddr), &bdaddr);
1290 if (btif_get_device_type(bdaddr, &stored_device_type) &&
1313 btif_storage_add_remote_device(&bdaddr, num_properties, properties);
1316 status = btif_storage_set_remote_addr_type(&bdaddr, addr_type);
1927 btif_dm_cb_create_bond(create_bond_cb->bdaddr, create_bond_cb->transport);
2210 create_bond_cb.bdaddr = *bd_addr;
2239 oob_cb.bdaddr = *bd_addr;
2314 void btif_dm_hh_open_failed(RawAddress* bdaddr) {
2316 *bdaddr == pairing_cb.bd_addr) {
2317 bond_state_changed(BT_STATUS_FAIL, *bdaddr, BT_BOND_STATE_NONE);
2604 if (bd_addr == oob_cb.bdaddr) {
2616 if (bd_addr == oob_cb.bdaddr) {
2829 RawAddress bdaddr = p_auth_cmpl->bd_addr;
2830 if (btif_storage_get_remote_addr_type(&bdaddr, &addr_type) !=
2832 btif_storage_set_remote_addr_type(&bdaddr, p_auth_cmpl->addr_type);
2838 btif_storage_remove_bonded_device(&bdaddr);
3068 if (req_oob_type->bd_addr != oob_cb.bdaddr) {
3102 if (req_oob_type->bd_addr != oob_cb.bdaddr) {