Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:setScanMode

698     public boolean setScanMode(int mode, int duration) {
702 if (mService != null) return mService.setScanMode(mode, duration);
709 public boolean setScanMode(int mode) {
712 return setScanMode(mode, getDiscoverableTimeout());