Home
last modified time | relevance | path

Searched refs:other_scb (Results 1 – 1 of 1) sorted by relevance

/system/bt/bta/ag/
Dbta_ag_act.c555 tBTA_AG_SCB *ag_scb, *other_scb; in bta_ag_rfc_acp_open() local
586 other_scb = bta_ag_get_other_idle_scb (p_scb); in bta_ag_rfc_acp_open()
587 if (other_scb) in bta_ag_rfc_acp_open()
589 bdcpy(other_scb->peer_addr, ag_scb->peer_addr); in bta_ag_rfc_acp_open()
590 other_scb->open_services = ag_scb->open_services; in bta_ag_rfc_acp_open()
591 other_scb->cli_sec_mask = ag_scb->cli_sec_mask; in bta_ag_rfc_acp_open()
593 bta_ag_resume_open (other_scb); in bta_ag_rfc_acp_open()