Home | History | Annotate | Download | only in btu

Lines Matching refs:interval

128 extern void hidd_pm_proc_mode_change( UINT8 hci_status, UINT8 mode, UINT16 interval );
1769 UINT16 interval;
1775 STREAM_TO_UINT16 (interval, p);
1780 btm_pm_proc_mode_change (status, handle, current_mode, interval);
1782 btm_process_mode_change (status, handle, current_mode, interval);
1786 hidd_pm_proc_mode_change( status, current_mode, interval ) ;