• Home
  • Raw
  • Download

Lines Matching refs:address

360     bdcpy(remote_bdaddr.address, p_search_data->inq_res.bd_addr);  in check_cached_remote_name()
509 bdcpy(pairing_cb.bd_addr, bd_addr->address); in bond_state_changed()
563 bdcpy(bdaddr.address, bd_addr); in btif_update_remote_properties()
634 bdcpy(remote_bd.address, pairing_cb.bd_addr); in btif_dm_cb_hid_remote_name()
680 BTA_DmAddBleDevice(bd_addr->address, addr_type, device_type); in btif_dm_cb_create_bond()
697 BTA_DmBondByTransport((UINT8 *)bd_addr->address, transport); in btif_dm_cb_create_bond()
724 BTA_DmRemoveDevice((UINT8 *)bd_addr->address); in btif_dm_cb_remove_bond()
741 uint8_t *bda = (uint8_t*)bd_addr->address; in btif_dm_get_connection_state()
867 bdcpy(bd_addr.address, p_pin_req->bd_addr); in btif_dm_pin_req_evt()
901 BTA_DmPinReply( (UINT8*)bd_addr.address, TRUE, 4, pin_code.pin); in btif_dm_pin_req_evt()
918 BTA_DmPinReply( (UINT8*)bd_addr.address, TRUE, 4, pin_code.pin); in btif_dm_pin_req_evt()
954 bdcpy(bd_addr.address, p_ssp_cfm_req->bd_addr); in btif_dm_ssp_cfm_req_evt()
1026 bdcpy(bd_addr.address, p_ssp_key_notif->bd_addr); in btif_dm_ssp_key_notif_evt()
1061 bdcpy(bd_addr.address, p_auth_cmpl->bd_addr); in btif_dm_auth_cmpl_evt()
1104 bdcpy(bd_addr.address, p_auth_cmpl->bd_addr); in btif_dm_auth_cmpl_evt()
1143 bdcpy(pairing_cb.static_bdaddr.address, p_auth_cmpl->bd_addr); in btif_dm_auth_cmpl_evt()
1264 bdcpy(bdaddr.address, p_search_data->disc_res.bd_addr); in btif_dm_search_devices_evt()
1286 bdcpy(bdaddr.address, p_search_data->inq_res.bd_addr); in btif_dm_search_devices_evt()
1347 if (btif_get_device_type(bdaddr.address, &stored_device_type) && in btif_dm_search_devices_evt()
1447 bdcpy(bd_addr.address, p_data->disc_res.bd_addr); in btif_dm_search_services_evt()
1479 (bdcmp(p_data->disc_res.bd_addr, pairing_cb.static_bdaddr.address) == 0)) && in btif_dm_search_services_evt()
1488 if (bdcmp(p_data->disc_res.bd_addr, pairing_cb.static_bdaddr.address) == 0) in btif_dm_search_services_evt()
1539 bdcpy(bd_addr.address, p_data->disc_ble_res.bd_addr); in btif_dm_search_services_evt()
1587 bdcpy(bd_addr.address, p_data->disc_res.bd_addr); in btif_dm_remote_service_record_evt()
1715 bdcpy(bd_addr.address, pairing_cb.bd_addr); in btif_dm_upstreams_evt()
1729 bdcpy(bd_addr.address, p_data->link_down.bd_addr); in btif_dm_upstreams_evt()
1765 bdcpy(bd_addr.address, p_data->link_up.bd_addr); in btif_dm_upstreams_evt()
1775 bdcpy(bd_addr.address, p_data->link_down.bd_addr); in btif_dm_upstreams_evt()
2303 bdcpy(create_bond_cb.bdaddr.address, bd_addr->address); in btif_dm_create_bond()
2345 BTA_DmBleSecurityGrant((UINT8 *)bd_addr->address,BTA_DM_SEC_PAIR_NOT_SPT); in btif_dm_cancel_bond()
2349 BTA_DmConfirm( (UINT8 *)bd_addr->address, FALSE); in btif_dm_cancel_bond()
2350 BTA_DmBondCancel ((UINT8 *)bd_addr->address); in btif_dm_cancel_bond()
2358 BTA_DmBondCancel ((UINT8 *)bd_addr->address); in btif_dm_cancel_bond()
2362 BTA_DmPinReply( (UINT8 *)bd_addr->address, FALSE, 0, NULL); in btif_dm_cancel_bond()
2365 BTA_DmBondCancel ((UINT8 *)bd_addr->address); in btif_dm_cancel_bond()
2371 BTA_DmConfirm( (UINT8 *)bd_addr->address, FALSE); in btif_dm_cancel_bond()
2375 BTA_DmPinReply( (UINT8 *)bd_addr->address, FALSE, 0, NULL); in btif_dm_cancel_bond()
2378 BTA_DmBondCancel ((UINT8 *)bd_addr->address); in btif_dm_cancel_bond()
2399 bdcmp(bdaddr->address, pairing_cb.bd_addr) == 0) in btif_dm_hh_open_failed()
2450 bdcpy(remote_bd_addr, bd_addr->address); in btif_dm_pin_reply()
2461 BTA_DmPinReply( (UINT8 *)bd_addr->address, accept, pin_len, pin_code->pin); in btif_dm_pin_reply()
2466 BTA_DmPinReply( (UINT8 *)bd_addr->address, accept, pin_len, pin_code->pin); in btif_dm_pin_reply()
2504 BTA_DmBleConfirmReply((UINT8 *)bd_addr->address,accept); in btif_dm_ssp_reply()
2507 BTA_DmBleSecurityGrant((UINT8 *)bd_addr->address,BTA_DM_SEC_GRANTED); in btif_dm_ssp_reply()
2509 BTA_DmBleSecurityGrant((UINT8 *)bd_addr->address,BTA_DM_SEC_PAIR_NOT_SPT); in btif_dm_ssp_reply()
2512 BTA_DmConfirm( (UINT8 *)bd_addr->address, accept); in btif_dm_ssp_reply()
2515 BTA_DmConfirm( (UINT8 *)bd_addr->address, accept); in btif_dm_ssp_reply()
2583 BTA_DmDiscover(remote_addr->address, BTA_ALL_SERVICE_MASK, in btif_dm_get_remote_services()
2608 BTA_DmDiscoverByTransport(remote_addr->address, &mask_ext, in btif_dm_get_remote_services_by_transport()
2634 BTA_DmDiscoverUUID(remote_addr->address, &sdp_uuid, in btif_dm_get_remote_service_record()
2841 bdcpy(bt_bd_addr.address, bd_addr); in btif_dm_proc_rmt_oob()
2868 bdcpy(bd_addr.address, p_ssp_key_notif->bd_addr); in btif_dm_ble_key_notif_evt()
2896 bdcpy(bd_addr.address, p_auth_cmpl->bd_addr); in btif_dm_ble_auth_cmpl_evt()
2907 bdcpy(bdaddr.address, p_auth_cmpl->bd_addr); in btif_dm_ble_auth_cmpl_evt()
2919 BTA_GATTC_Refresh(bd_addr.address); in btif_dm_ble_auth_cmpl_evt()
2996 bdcpy(bd_addr.address, pairing_cb.bd_addr); in btif_dm_save_ble_bonding_keys()
3057 bdcpy(bd_addr.address, pairing_cb.bd_addr); in btif_dm_remove_ble_bonding_keys()
3094 bdcpy(bd_addr.address, p_ble_req->bd_addr); in btif_dm_ble_sec_req_evt()
3137 bdcpy(bd_addr.address, p_pin_req->bd_addr); in btif_dm_ble_passkey_req_evt()
3158 bdcpy(bd_addr.address, p_notif_req->bd_addr); in btif_dm_ble_key_nc_req_evt()
3235 bdcpy(bd_addr.address, pairing_cb.bd_addr); in btif_dm_on_disable()