Searched defs:btAddress (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidService.java | 703 private native boolean connectHidNative(byte[] btAddress); in connectHidNative() 704 private native boolean disconnectHidNative(byte[] btAddress); in disconnectHidNative() 705 private native boolean getProtocolModeNative(byte[] btAddress); in getProtocolModeNative() 706 private native boolean virtualUnPlugNative(byte[] btAddress); in virtualUnPlugNative() 707 private native boolean setProtocolModeNative(byte[] btAddress, byte protocolMode); in setProtocolModeNative() 708 …private native boolean getReportNative(byte[]btAddress, byte reportType, byte reportId, int buffer… in getReportNative() 709 private native boolean setReportNative(byte[] btAddress, byte reportType, String report); in setReportNative() 710 private native boolean sendDataNative(byte[] btAddress, String report); in sendDataNative()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/ |
D | BluetoothScanner.java | 157 public static void removeDevice(String btAddress) { in removeDevice() 316 public void removeDevice(String btAddress) { in removeDevice()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
D | PanService.java | 605 private native boolean connectPanNative(byte[] btAddress, int local_role, int remote_role); in connectPanNative() 606 private native boolean disconnectPanNative(byte[] btAddress); in disconnectPanNative()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
D | HealthService.java | 908 private native int connectChannelNative(byte[] btAddress, int appId); in connectChannelNative()
|