Home | History | Annotate | Download | only in btu

Lines Matching refs:interval

131 extern void hidd_pm_proc_mode_change( UINT8 hci_status, UINT8 mode, UINT16 interval );
1781 UINT16 interval;
1787 STREAM_TO_UINT16 (interval, p);
1792 btm_pm_proc_mode_change (status, handle, current_mode, interval);
1794 btm_process_mode_change (status, handle, current_mode, interval);
1798 hidd_pm_proc_mode_change( status, current_mode, interval ) ;