Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/
Dbtm_sco.c483 static tBTM_STATUS btm_send_connect_request(UINT16 acl_handle, in btm_send_connect_request() argument
491 if (!btsnd_hcic_add_SCO_conn (acl_handle, BTM_ESCO_2_SCO(p_setup->packet_types))) { in btm_send_connect_request()
504 p_acl = btm_handle_to_acl(acl_handle); in btm_send_connect_request()
543 if (!btsnd_hcic_setup_esco_conn(acl_handle, in btm_send_connect_request()
653 UINT16 acl_handle = 0; in BTM_CreateSco() local
668 …if ((!remote_bda) || ((acl_handle = BTM_GetHCIConnHandle (remote_bda, BT_TRANSPORT_BR_EDR)) == 0xF… in BTM_CreateSco()
751 … BTM_TRACE_API("Role Change is in progress for ACL handle 0x%04x", acl_handle); in BTM_CreateSco()
761 acl_handle, btm_cb.sco_cb.desired_sco_mode); in BTM_CreateSco()
763 if ((btm_send_connect_request(acl_handle, p_setup)) != BTM_CMD_STARTED) { in BTM_CreateSco()
799 UINT16 acl_handle; in btm_sco_chk_pend_unpark() local
[all …]