• Home
  • Raw
  • Download

Lines Matching refs:bdaddr

152   RawAddress bdaddr; /* peer bdaddr */  member
157 RawAddress bdaddr; member
556 static void btif_update_remote_properties(const RawAddress& bdaddr, in btif_update_remote_properties() argument
572 &bdaddr, &properties[num_properties]); in btif_update_remote_properties()
587 &bdaddr, &properties[num_properties]); in btif_update_remote_properties()
597 status = btif_storage_set_remote_device_property(&bdaddr, in btif_update_remote_properties()
608 if (btif_storage_get_remote_device_property(&bdaddr, &prop_name) == in btif_update_remote_properties()
617 status = btif_storage_set_remote_device_property(&bdaddr, in btif_update_remote_properties()
623 auto tmp = bdaddr; in btif_update_remote_properties()
1241 RawAddress& bdaddr = p_search_data->disc_res.bd_addr; in btif_dm_search_devices_evt() local
1244 btif_storage_set_remote_device_property(&bdaddr, &properties[0]); in btif_dm_search_devices_evt()
1247 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, status, &bdaddr, in btif_dm_search_devices_evt()
1260 RawAddress& bdaddr = p_search_data->inq_res.bd_addr; in btif_dm_search_devices_evt() local
1263 bdaddr.ToString().c_str(), in btif_dm_search_devices_evt()
1290 BT_PROPERTY_BDADDR, sizeof(bdaddr), &bdaddr); in btif_dm_search_devices_evt()
1316 if (btif_get_device_type(bdaddr, &stored_device_type) && in btif_dm_search_devices_evt()
1339 btif_storage_add_remote_device(&bdaddr, num_properties, properties); in btif_dm_search_devices_evt()
1342 status = btif_storage_set_remote_addr_type(&bdaddr, addr_type); in btif_dm_search_devices_evt()
1954 btif_dm_cb_create_bond(create_bond_cb->bdaddr, create_bond_cb->transport); in btif_dm_generic_evt()
2231 create_bond_cb.bdaddr = *bd_addr; in btif_dm_create_bond()
2260 oob_cb.bdaddr = *bd_addr; in btif_dm_create_bond_out_of_band()
2335 void btif_dm_hh_open_failed(RawAddress* bdaddr) { in btif_dm_hh_open_failed() argument
2337 *bdaddr == pairing_cb.bd_addr) { in btif_dm_hh_open_failed()
2338 bond_state_changed(BT_STATUS_FAIL, *bdaddr, BT_BOND_STATE_NONE); in btif_dm_hh_open_failed()
2640 if (bd_addr == oob_cb.bdaddr) { in btif_dm_set_oob_for_le_io_req()
2652 if (bd_addr == oob_cb.bdaddr) { in btif_dm_set_oob_for_le_io_req()
2865 RawAddress bdaddr = p_auth_cmpl->bd_addr; in btif_dm_ble_auth_cmpl_evt() local
2866 if (btif_storage_get_remote_addr_type(&bdaddr, &addr_type) != in btif_dm_ble_auth_cmpl_evt()
2868 btif_storage_set_remote_addr_type(&bdaddr, p_auth_cmpl->addr_type); in btif_dm_ble_auth_cmpl_evt()
2874 btif_storage_remove_bonded_device(&bdaddr); in btif_dm_ble_auth_cmpl_evt()
2877 btif_dm_save_ble_bonding_keys(bdaddr); in btif_dm_ble_auth_cmpl_evt()
3114 if (req_oob_type->bd_addr != oob_cb.bdaddr) { in btif_dm_ble_oob_req_evt()
3148 if (req_oob_type->bd_addr != oob_cb.bdaddr) { in btif_dm_ble_sc_oob_req_evt()