Home
last modified time | relevance | path

Searched refs:btAddress (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidService.java703 private native boolean connectHidNative(byte[] btAddress); in connectHidNative() argument
704 private native boolean disconnectHidNative(byte[] btAddress); in disconnectHidNative() argument
705 private native boolean getProtocolModeNative(byte[] btAddress); in getProtocolModeNative() argument
706 private native boolean virtualUnPlugNative(byte[] btAddress); in virtualUnPlugNative() argument
707 private native boolean setProtocolModeNative(byte[] btAddress, byte protocolMode); in setProtocolModeNative() argument
708 …private native boolean getReportNative(byte[]btAddress, byte reportType, byte reportId, int buffer… in getReportNative() argument
709 private native boolean setReportNative(byte[] btAddress, byte reportType, String report); in setReportNative() argument
710 private native boolean sendDataNative(byte[] btAddress, String report); in sendDataNative() argument
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothScanner.java183 public static void removeDevice(String btAddress) { in removeDevice() argument
185 sReceiver.removeDevice(btAddress); in removeDevice()
336 public void removeDevice(String btAddress) { in removeDevice() argument
340 if (btAddress.equals(d.address)) { in removeDevice()
350 if (btAddress.equals(d.address)) { in removeDevice()
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java604 private native boolean connectPanNative(byte[] btAddress, int local_role, int remote_role); in connectPanNative() argument
605 private native boolean disconnectPanNative(byte[] btAddress); in disconnectPanNative() argument
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java908 private native int connectChannelNative(byte[] btAddress, int appId); in connectChannelNative() argument