Home | History | Annotate | Download | only in src

Lines Matching refs:bdaddr

158     BD_ADDR  oob_bdaddr;  /* peer bdaddr*/
163 bt_bdaddr_t bdaddr;
532 bt_bdaddr_t bdaddr;
538 bdcpy(bdaddr.address, bd_addr);
545 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
558 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]);
568 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
576 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
581 status, &bdaddr, num_properties, properties);
1164 bt_bdaddr_t bdaddr;
1170 bdcpy(bdaddr.address, p_search_data->disc_res.bd_addr);
1172 status = btif_storage_set_remote_device_property(&bdaddr, &properties[0]);
1175 status, &bdaddr, 1, properties);
1187 bt_bdaddr_t bdaddr;
1194 bdcpy(bdaddr.address, p_search_data->inq_res.bd_addr);
1196 BTIF_TRACE_DEBUG("%s() %s device_type = 0x%x\n", __FUNCTION__, bd2str(&bdaddr, &bdstr),
1233 BT_PROPERTY_BDADDR, sizeof(bdaddr), &bdaddr);
1266 status = btif_storage_add_remote_device(&bdaddr, num_properties, properties);
1269 status = btif_storage_set_remote_addr_type(&bdaddr, addr_type);
1274 btif_storage_set_dmt_support_type (&bdaddr, TRUE);
1919 btif_dm_cb_create_bond(&create_bond_cb->bdaddr, create_bond_cb->transport);
2230 bdcpy(create_bond_cb.bdaddr.address, bd_addr->address);
2324 void btif_dm_hh_open_failed(bt_bdaddr_t *bdaddr)
2327 bdcmp(bdaddr->address, pairing_cb.bd_addr) == 0)
2329 bond_state_changed(BT_STATUS_FAIL, bdaddr, BT_BOND_STATE_NONE);