• Home
  • Raw
  • Download

Lines Matching refs:bdaddr

170     bt_bdaddr_t  bdaddr;  member
539 bt_bdaddr_t bdaddr; in btif_update_remote_properties() local
545 bdcpy(bdaddr.address, bd_addr); in btif_update_remote_properties()
552 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties()
565 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties()
575 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties()
583 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]); in btif_update_remote_properties()
588 status, &bdaddr, num_properties, properties); in btif_update_remote_properties()
1206 bt_bdaddr_t bdaddr; in btif_dm_search_devices_evt() local
1212 bdcpy(bdaddr.address, p_search_data->disc_res.bd_addr); in btif_dm_search_devices_evt()
1214 status = btif_storage_set_remote_device_property(&bdaddr, &properties[0]); in btif_dm_search_devices_evt()
1217 status, &bdaddr, 1, properties); in btif_dm_search_devices_evt()
1229 bt_bdaddr_t bdaddr; in btif_dm_search_devices_evt() local
1236 bdcpy(bdaddr.address, p_search_data->inq_res.bd_addr); in btif_dm_search_devices_evt()
1238 BTIF_TRACE_DEBUG("%s() %s device_type = 0x%x\n", __FUNCTION__, bd2str(&bdaddr, &bdstr), in btif_dm_search_devices_evt()
1275 BT_PROPERTY_BDADDR, sizeof(bdaddr), &bdaddr); in btif_dm_search_devices_evt()
1308 status = btif_storage_add_remote_device(&bdaddr, num_properties, properties); in btif_dm_search_devices_evt()
1311 status = btif_storage_set_remote_addr_type(&bdaddr, addr_type); in btif_dm_search_devices_evt()
1316 btif_storage_set_dmt_support_type (&bdaddr, TRUE); in btif_dm_search_devices_evt()
1961 btif_dm_cb_create_bond(&create_bond_cb->bdaddr, create_bond_cb->transport); in btif_dm_generic_evt()
2272 bdcpy(create_bond_cb.bdaddr.address, bd_addr->address); in btif_dm_create_bond()
2366 void btif_dm_hh_open_failed(bt_bdaddr_t *bdaddr) in btif_dm_hh_open_failed() argument
2369 bdcmp(bdaddr->address, pairing_cb.bd_addr) == 0) in btif_dm_hh_open_failed()
2371 bond_state_changed(BT_STATUS_FAIL, bdaddr, BT_BOND_STATE_NONE); in btif_dm_hh_open_failed()