Searched refs:acl_handle (Results 1 – 1 of 1) sorted by relevance
577 static tBTM_STATUS btm_send_connect_request(UINT16 acl_handle, in btm_send_connect_request() argument585 if (!btsnd_hcic_add_SCO_conn (acl_handle, BTM_ESCO_2_SCO(p_setup->packet_types))) { in btm_send_connect_request()598 p_acl = btm_handle_to_acl(acl_handle); in btm_send_connect_request()637 if (!btsnd_hcic_setup_esco_conn(acl_handle, in btm_send_connect_request()747 UINT16 acl_handle = 0; in BTM_CreateSco() local762 …if ((!remote_bda) || ((acl_handle = BTM_GetHCIConnHandle (remote_bda, BT_TRANSPORT_BR_EDR)) == 0xF… in BTM_CreateSco()845 … BTM_TRACE_API("Role Change is in progress for ACL handle 0x%04x", acl_handle); in BTM_CreateSco()855 acl_handle, btm_cb.sco_cb.desired_sco_mode); in BTM_CreateSco()857 if ((btm_send_connect_request(acl_handle, p_setup)) != BTM_CMD_STARTED) { in BTM_CreateSco()893 UINT16 acl_handle; in btm_sco_chk_pend_unpark() local[all …]