Skip to content

Commit

Permalink
Fixed #36: DeviceManager.getAdapter(String) is now public
Browse files Browse the repository at this point in the history
  • Loading branch information
hypfvieh committed Jul 1, 2020
1 parent b8399d9 commit 9d071a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public BluetoothAdapter getAdapter() {
* @param _ident mac address or device name
* @return device, maybe null if no device could be found with the given ident
*/
private BluetoothAdapter getAdapter(String _ident) {
public BluetoothAdapter getAdapter(String _ident) {
if (_ident == null && defaultAdapterMac == null) {
scanForBluetoothAdapters();
}
Expand Down

0 comments on commit 9d071a8

Please sign in to comment.