Return-Path: Date: Mon, 24 Aug 2015 11:30:59 +0300 From: Johan Hedberg To: Daniel Lenski Cc: linux-bluetooth Subject: Re: detecting BLE compatibility of an adapter? Message-ID: <20150824083059.GA504@t440s.lan> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Daniel, On Sat, Aug 22, 2015, Daniel Lenski wrote: > Does Bluez provide a way to detect the compatibility of a Bluetooth > adapter with Bluetooth 4.0/Low Energy? That would be the mgmt settings bit number 9 (see doc/mgmt-api.txt). bluetoothd keeps track of this (and enables it automatically if available) and you should also be able to see it e.g. with "btmgmt info". The mgmt interface tells you both whether it's supported as well as whether it's enabled. Johan