Lines Matching full:hci_status
130 ** valid. The hci_status parameter should be
136 static void btm_esco_conn_rsp (UINT16 sco_inx, UINT8 hci_status, BD_ADDR bda,
148 if (hci_status != HCI_SUCCESS || p_sco == NULL)
158 if (!btsnd_hcic_reject_conn (bda, hci_status))
165 if (!btsnd_hcic_reject_esco_conn (bda, hci_status))
726 void btm_sco_chk_pend_unpark (UINT8 hci_status, UINT16 hci_handle)
739 BTM_TRACE_API3("btm_sco_chk_pend_unpark -> (e)SCO Link for ACL handle 0x%04x, Desired Type %d, hci_status 0x%02x",
740 acl_handle, btm_cb.sco_cb.desired_sco_mode, hci_status);
888 void btm_sco_connected (UINT8 hci_status, BD_ADDR bda, UINT16 hci_handle,
898 btm_cb.sco_cb.sco_disc_reason = hci_status;
909 if (hci_status != HCI_SUCCESS)
915 if(hci_status == HCI_ERR_ROLE_SWITCH_PENDING)
921 else if (hci_status != HCI_ERR_LMP_ERR_TRANS_COLLISION)
1570 ** valid. The hci_status parameter should be
1577 void BTM_EScoConnRsp (UINT16 sco_inx, UINT8 hci_status, tBTM_ESCO_PARAMS *p_parms)
1583 btm_esco_conn_rsp(sco_inx, hci_status,
1640 data.hci_status = status;
1759 void BTM_EScoConnRsp (UINT16 sco_inx, UINT8 hci_status, tBTM_ESCO_PARAMS *p_parms) {}