Home | History | Annotate | Download | only in btm

Lines Matching refs:acl_handle

401 static tBTM_STATUS btm_send_connect_request(UINT16 acl_handle,
411 if (!btsnd_hcic_add_SCO_conn (acl_handle, BTM_ESCO_2_SCO(p_setup->packet_types)))
428 btm_handle_to_acl_index(acl_handle);
429 if ((xx = btm_handle_to_acl_index(acl_handle)) < MAX_L2CAP_LINKS)
454 if (!btsnd_hcic_setup_esco_conn(acl_handle,
564 UINT16 acl_handle = 0;
580 if ((!remote_bda) || ((acl_handle = BTM_GetHCIConnHandle (remote_bda)) == 0xFFFF))
686 BTM_TRACE_API1("Role Change is in progress for ACL handle 0x%04x",acl_handle);
698 acl_handle, btm_cb.sco_cb.desired_sco_mode);
700 if ((btm_send_connect_request(acl_handle, p_setup)) != BTM_CMD_STARTED)
735 UINT16 acl_handle;
741 ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr)) == hci_handle))
745 acl_handle, btm_cb.sco_cb.desired_sco_mode, hci_status);
747 if ((btm_send_connect_request(acl_handle, &p->esco.setup)) == BTM_CMD_STARTED)
769 UINT16 acl_handle;
775 ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr)) == hci_handle))
778 BTM_TRACE_API1("btm_sco_chk_pend_rolechange -> (e)SCO Link for ACL handle 0x%04x", acl_handle);
780 if ((btm_send_connect_request(acl_handle, &p->esco.setup)) == BTM_CMD_STARTED)