From 2b8696e3a91194db0bfd876b8cc68843a7ccd080 Mon Sep 17 00:00:00 2001 From: Andre Eisenbach Date: Thu, 5 Feb 2015 20:06:33 -0800 Subject: Add API to check if a Bluetooth connection is encrypted (1/2) Bug: 19186961 Change-Id: I24656a07ee23ebfe067a9dfb9c1bc4041c782d8c --- api/system-current.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/system-current.txt') diff --git a/api/system-current.txt b/api/system-current.txt index d84b1dc..8d24e83 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -6415,6 +6415,8 @@ package android.bluetooth { method public java.lang.String getName(); method public int getType(); method public android.os.ParcelUuid[] getUuids(); + method public boolean isConnected(); + method public boolean isEncrypted(); method public boolean setPairingConfirmation(boolean); method public boolean setPin(byte[]); method public void writeToParcel(android.os.Parcel, int); -- cgit v1.1