Re: Different Bluetooth controller

2018-06-27 Thread Andrzej Kaczmarek
Hi Jeff, In general, NimBLE host does assume that (depending on features enabled) certain functionality has to be supported by controller and it will just try to use it. For example, if Privacy feature is enabled host assumes that Link Layer Privacy is supported by controller thus at least 4.2

Re: Different Bluetooth controller

2018-06-27 Thread will sanfilippo
Jeff: I may not be answering the question you want but the controller itself runs on the nordic chips only so you will not be able to run the nimble controller on those devices. What *is* supported is the nimble host. The nimble host should be able to talk to any controller. The set of HCI

Different Bluetooth controller

2018-06-27 Thread Jeff Belz
All: I was wondering how mynewt handles different controller. For example CC2564b vs BCM43438 Both of these have a 4 wire HCI interface, but I would think they would have slightly different command sets. When working with HCI, is there a list of qualified BT controllers it works with? Jeff