Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sco.c188 p_setup = &p_sco->esco.setup; in btm_esco_conn_rsp()
210 if (p_sco->esco.data.link_type == BTM_LINK_TYPE_SCO) { in btm_esco_conn_rsp()
694 p_sco->esco.data.link_type = BTM_LINK_TYPE_ESCO; /* Accept with all supported types */ in btm_accept_sco_link()
698 btm_esco_conn_rsp(sco_inx, HCI_SUCCESS, p_sco->esco.data.bd_addr, p_setup); in btm_accept_sco_link()
716 btm_cb.sco_cb.sco_db[sco_inx].esco.data.bd_addr, NULL); in btm_reject_sco_link()
772 && (!memcmp (p->esco.data.bd_addr, remote_bda, BD_ADDR_LEN))) { in BTM_CreateSco()
806 memcpy (p->esco.data.bd_addr, remote_bda, BD_ADDR_LEN); in BTM_CreateSco()
817 p_setup = &p->esco.setup; in BTM_CreateSco()
898 … ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr, BT_TRANSPORT_BR_EDR)) == hci_handle)) in btm_sco_chk_pend_unpark()
904 if ((btm_send_connect_request(acl_handle, &p->esco.setup)) == BTM_CMD_STARTED) { in btm_sco_chk_pend_unpark()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h440 tBTM_ESCO_INFO esco; /* Current settings */ member