Lines Matching refs:bdaddr
152 RawAddress bdaddr; /* peer bdaddr */ member
512 static void btif_update_remote_properties(const RawAddress& bdaddr, in btif_update_remote_properties() argument
529 &bdaddr, &properties[num_properties]); in btif_update_remote_properties()
544 &bdaddr, &properties[num_properties]); in btif_update_remote_properties()
559 &bdaddr, &properties[num_properties]); in btif_update_remote_properties()
570 if (btif_storage_get_remote_device_property(&bdaddr, &prop_name) == in btif_update_remote_properties()
582 &bdaddr, &properties[num_properties]); in btif_update_remote_properties()
588 invoke_remote_device_properties_cb(status, bdaddr, num_properties, in btif_update_remote_properties()
1128 RawAddress& bdaddr = p_search_data->disc_res.bd_addr; in btif_dm_search_devices_evt() local
1131 btif_storage_set_remote_device_property(&bdaddr, &properties[0]); in btif_dm_search_devices_evt()
1134 invoke_remote_device_properties_cb(status, bdaddr, 1, properties); in btif_dm_search_devices_evt()
1147 RawAddress& bdaddr = p_search_data->inq_res.bd_addr; in btif_dm_search_devices_evt() local
1150 bdaddr.ToString().c_str(), in btif_dm_search_devices_evt()
1177 BT_PROPERTY_BDADDR, sizeof(bdaddr), &bdaddr); in btif_dm_search_devices_evt()
1203 if (btif_get_device_type(bdaddr, &stored_device_type) && in btif_dm_search_devices_evt()
1226 btif_storage_add_remote_device(&bdaddr, num_properties, properties); in btif_dm_search_devices_evt()
1229 status = btif_storage_set_remote_addr_type(&bdaddr, addr_type); in btif_dm_search_devices_evt()
1922 oob_cb.bdaddr = bd_addr; in btif_dm_create_bond_out_of_band()
2056 void btif_dm_hh_open_failed(RawAddress* bdaddr) { in btif_dm_hh_open_failed() argument
2058 *bdaddr == pairing_cb.bd_addr) { in btif_dm_hh_open_failed()
2059 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()