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

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDeviceNativeInterface.java276 private native boolean connectNative(byte[] btAddress); argument
H A DHidHostService.java848 private native boolean connectHidNative(byte[] btAddress); argument
850 private native boolean disconnectHidNative(byte[] btAddress); argument
852 private native boolean getProtocolModeNative(byte[] btAddress); argument
854 private native boolean virtualUnPlugNative(byte[] btAddress); argument
856 private native boolean setProtocolModeNative(byte[] btAddress, byte protocolMode); argument
858 private native boolean getReportNative(byte[] btAddress, byte reportType, byte reportId, argument
861 private native boolean setReportNative(byte[] btAddress, byte reportType, String report); argument
863 private native boolean sendDataNative(byte[] btAddress, String report); argument
865 private native boolean setIdleTimeNative(byte[] btAddress, byte idleTime); argument
867 private native boolean getIdleTimeNative(byte[] btAddress); argument
[all...]
/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/pan/
H A DPanService.java729 private native boolean connectPanNative(byte[] btAddress, int localRole, int remoteRole); argument
731 private native boolean disconnectPanNative(byte[] btAddress); argument
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java1010 private native int connectChannelNative(byte[] btAddress, int appId); argument

Completed in 58 milliseconds