• Home
  • Raw
  • Download

Lines Matching refs:bdaddr

152   RawAddress bdaddr;       /* peer bdaddr */  member
513 static void btif_update_remote_properties(const RawAddress& bdaddr, in btif_update_remote_properties() argument
530 &bdaddr, &properties[num_properties]); in btif_update_remote_properties()
545 &bdaddr, &properties[num_properties]); in btif_update_remote_properties()
560 &bdaddr, &properties[num_properties]); in btif_update_remote_properties()
571 if (btif_storage_get_remote_device_property(&bdaddr, &prop_name) == in btif_update_remote_properties()
583 &bdaddr, &properties[num_properties]); in btif_update_remote_properties()
589 invoke_remote_device_properties_cb(status, bdaddr, num_properties, in btif_update_remote_properties()
1129 RawAddress& bdaddr = p_search_data->disc_res.bd_addr; in btif_dm_search_devices_evt() local
1132 btif_storage_set_remote_device_property(&bdaddr, &properties[0]); in btif_dm_search_devices_evt()
1135 invoke_remote_device_properties_cb(status, bdaddr, 1, properties); in btif_dm_search_devices_evt()
1148 RawAddress& bdaddr = p_search_data->inq_res.bd_addr; in btif_dm_search_devices_evt() local
1151 bdaddr.ToString().c_str(), in btif_dm_search_devices_evt()
1178 BT_PROPERTY_BDADDR, sizeof(bdaddr), &bdaddr); in btif_dm_search_devices_evt()
1204 if (btif_get_device_type(bdaddr, &stored_device_type) && in btif_dm_search_devices_evt()
1227 btif_storage_add_remote_device(&bdaddr, num_properties, properties); in btif_dm_search_devices_evt()
1230 status = btif_storage_set_remote_addr_type(&bdaddr, addr_type); in btif_dm_search_devices_evt()
1924 oob_cb.bdaddr = bd_addr; in btif_dm_create_bond_out_of_band()
2058 void btif_dm_hh_open_failed(RawAddress* bdaddr) { in btif_dm_hh_open_failed() argument
2060 *bdaddr == pairing_cb.bd_addr) { in btif_dm_hh_open_failed()
2061 bond_state_changed(BT_STATUS_FAIL, *bdaddr, BT_BOND_STATE_NONE); in btif_dm_hh_open_failed()
2304 if (bd_addr == oob_cb.bdaddr) { in btif_dm_set_oob_for_le_io_req()
2315 if (bd_addr == oob_cb.bdaddr) { in btif_dm_set_oob_for_le_io_req()
2333 if (bd_addr == oob_cb.bdaddr) { in btif_dm_set_oob_for_le_io_req()
2344 if (bd_addr == oob_cb.bdaddr) { in btif_dm_set_oob_for_le_io_req()
2655 RawAddress bdaddr = p_auth_cmpl->bd_addr; in btif_dm_ble_auth_cmpl_evt() local
2656 if (btif_storage_get_remote_addr_type(&bdaddr, &addr_type) != in btif_dm_ble_auth_cmpl_evt()
2658 btif_storage_set_remote_addr_type(&bdaddr, p_auth_cmpl->addr_type); in btif_dm_ble_auth_cmpl_evt()
2665 btif_storage_remove_bonded_device(&bdaddr); in btif_dm_ble_auth_cmpl_evt()
2668 btif_dm_save_ble_bonding_keys(bdaddr); in btif_dm_ble_auth_cmpl_evt()
2912 if (req_oob_type->bd_addr != oob_cb.bdaddr) { in btif_dm_ble_oob_req_evt()
2936 oob_cb.bdaddr.ToString().c_str()); in btif_dm_ble_sc_oob_req_evt()
2939 if (req_oob_type->bd_addr != oob_cb.bdaddr) { in btif_dm_ble_sc_oob_req_evt()