On Mon, Aug 24, 2015 at 1:30 AM, Johan Hedberg <johan.hedberg@xxxxxxxxx> wrote: > 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. > Thank you! In the meantime, I found another way to do it, using hci_read_local_features() and checking for the appropriate bit from lmp_features_map, specifically features[4]&0x40. Is there any reason I should prefer one approach over the other? Dan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html