Home | History | Annotate | Download | only in btm

Lines Matching refs:hci_handle

361             UINT16_TO_STREAM (p, p_ccb->hci_handle);
676 p->hci_handle = BTM_INVALID_HCI_HANDLE;
733 void btm_sco_chk_pend_unpark (UINT8 hci_status, UINT16 hci_handle)
743 ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr, BT_TRANSPORT_BR_EDR)) == hci_handle))
767 void btm_sco_chk_pend_rolechange (UINT16 hci_handle)
777 ((acl_handle = BTM_GetHCIConnHandle (p->esco.data.bd_addr, BT_TRANSPORT_BR_EDR)) == hci_handle))
895 void btm_sco_connected (UINT8 hci_status, BD_ADDR bda, UINT16 hci_handle,
924 BTM_TRACE_API("Role Change pending for HCI handle 0x%04x",hci_handle);
953 p->hci_handle = hci_handle;
1001 if ((p->state == SCO_ST_CONNECTED) && (p->hci_handle == handle))
1031 if (p->hci_handle == BTM_INVALID_HCI_HANDLE || p->state == SCO_ST_PEND_UNPARK)
1033 p->hci_handle = BTM_INVALID_HCI_HANDLE;
1042 if (!btsnd_hcic_disconnect (p->hci_handle, HCI_ERR_PEER_USER))
1089 void btm_sco_removed (UINT16 hci_handle, UINT8 reason)
1102 if ((p->state != SCO_ST_UNUSED) && (p->state != SCO_ST_LISTENING) && (p->hci_handle == hci_handle))
1107 p->hci_handle = BTM_INVALID_HCI_HANDLE;
1301 return (p->hci_handle);
1526 p_sco->hci_handle, p_setup->packet_types);
1528 if (!btsnd_hcic_change_conn_type (p_sco->hci_handle,
1544 BTM_TRACE_API("BTM_ChangeEScoLinkParms -> eSCO Link for handle 0x%04x", p_sco->hci_handle);
1550 if (!btsnd_hcic_setup_esco_conn(p_sco->hci_handle, p_setup->tx_bw,
1641 if (p->state == SCO_ST_CONNECTED && handle == p->hci_handle)
1681 if (handle == p->hci_handle && p->state == SCO_ST_CONNECTED)