Searched refs:setBtCoexistenceMode (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java1327 public boolean setBtCoexistenceMode(int mode) { method in class:SupplicantStaIfaceHal
1343 return setBtCoexistenceMode(halMode);
1346 private boolean setBtCoexistenceMode(byte mode) { method in class:SupplicantStaIfaceHal
1348 final String methodStr = "setBtCoexistenceMode";
1351 SupplicantStatus status = mISupplicantStaIface.setBtCoexistenceMode(mode);
H A DWifiNative.java392 return mSupplicantStaIfaceHal.setBtCoexistenceMode(mode);

Completed in 39 milliseconds