Home | History | Annotate | Download | only in btm

Lines Matching refs:hci_handle

335         if (btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[acl_ind].hci_handle, max_lat,
618 btsnd_hcic_sniff_sub_rate(btm_cb.acl_db[link_ind].hci_handle, p_cb->max_lat,
638 if (btsnd_hcic_exit_sniff_mode(btm_cb.acl_db[link_ind].hci_handle))
644 if (btsnd_hcic_exit_park_mode(btm_cb.acl_db[link_ind].hci_handle))
656 if (btsnd_hcic_hold_mode (btm_cb.acl_db[link_ind].hci_handle,
664 if (btsnd_hcic_sniff_mode (btm_cb.acl_db[link_ind].hci_handle,
673 if (btsnd_hcic_park_mode (btm_cb.acl_db[link_ind].hci_handle,
782 ** hci_handle - connection handle associated with the change
789 void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval)
798 if ((xx = btm_handle_to_acl_index(hci_handle)) >= MAX_L2CAP_LINKS)
811 hci_handle, p->pkt_types_mask, p->restore_pkt_types);
814 btsnd_hcic_change_conn_type (p->hci_handle, p->pkt_types_mask);
820 hci_handle, btm_cb.btm_acl_pkt_types_supported);
841 hci_handle);