Searched refs:other_address (Results 1 – 1 of 1) sorted by relevance
708 BD_ADDR other_address; in bta_dm_remove_device() local709 bdcpy(other_address, p_dev->bd_addr); in bta_dm_remove_device()755 if ((other_transport && (BTM_ReadConnectedTransportAddress(other_address, other_transport))) || in bta_dm_remove_device()756 (!other_transport && (BTM_ReadConnectedTransportAddress(other_address, BT_TRANSPORT_BR_EDR) || in bta_dm_remove_device()757 BTM_ReadConnectedTransportAddress(other_address, BT_TRANSPORT_LE)))) in bta_dm_remove_device()763 if (!bdcmp(bta_dm_cb.device_list.peer_device[i].peer_bdaddr, other_address)) in bta_dm_remove_device()766 btm_remove_acl(other_address,bta_dm_cb.device_list.peer_device[i].transport); in bta_dm_remove_device()783 if (continue_delete_other_dev && (bdcmp(other_address, dummy_bda) != 0)) in bta_dm_remove_device()784 bta_dm_process_remove_device(other_address); in bta_dm_remove_device()