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.cc503 tBTA_AG_SCB *ag_scb, *other_scb; in bta_ag_rfc_acp_open() local
532 other_scb = bta_ag_get_other_idle_scb(p_scb); in bta_ag_rfc_acp_open()
533 if (other_scb) { in bta_ag_rfc_acp_open()
534 other_scb->peer_addr = ag_scb->peer_addr; in bta_ag_rfc_acp_open()
535 other_scb->open_services = ag_scb->open_services; in bta_ag_rfc_acp_open()
536 other_scb->cli_sec_mask = ag_scb->cli_sec_mask; in bta_ag_rfc_acp_open()
538 bta_ag_resume_open(other_scb); in bta_ag_rfc_acp_open()