Searched defs:btAddress (Results 1 - 5 of 5) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
H A DBluetoothScanner.java157 public static void removeDevice(String btAddress) { argument
159 sReceiver.removeDevice(btAddress);
316 public void removeDevice(String btAddress) { argument
320 if (btAddress.equals(d.address)) {
330 if (btAddress.equals(d.address)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDevService.java695 private native boolean connectNative(byte[] btAddress); argument
H A DHidService.java696 private native boolean connectHidNative(byte[] btAddress); argument
697 private native boolean disconnectHidNative(byte[] btAddress); argument
698 private native boolean getProtocolModeNative(byte[] btAddress); argument
699 private native boolean virtualUnPlugNative(byte[] btAddress); argument
700 private native boolean setProtocolModeNative(byte[] btAddress, byte protocolMode); argument
701 private native boolean getReportNative(byte[]btAddress, byte reportType, byte reportId, int bufferSize);
702 private native boolean setReportNative(byte[] btAddress, byte reportType, String report); argument
703 private native boolean sendDataNative(byte[] btAddress, String report); argument
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java654 private native boolean connectPanNative(byte[] btAddress, int local_role, int remote_role); argument
655 private native boolean disconnectPanNative(byte[] btAddress); argument
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java910 private native int connectChannelNative(byte[] btAddress, int appId); argument

Completed in 142 milliseconds