Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_act.c489 tBTA_AG_SCB *ag_scb, *other_scb; in bta_ag_rfc_acp_open() local
512 other_scb = bta_ag_get_other_idle_scb (p_scb); in bta_ag_rfc_acp_open()
513 if (other_scb) { in bta_ag_rfc_acp_open()
514 bdcpy(other_scb->peer_addr, ag_scb->peer_addr); in bta_ag_rfc_acp_open()
515 other_scb->open_services = ag_scb->open_services; in bta_ag_rfc_acp_open()
516 other_scb->cli_sec_mask = ag_scb->cli_sec_mask; in bta_ag_rfc_acp_open()
517 bta_ag_resume_open (other_scb); in bta_ag_rfc_acp_open()