zephyr/subsys/bluetooth
Kamil Gawor 0843ef1cfa bluetooth: host: Fix reading current PHY when using extended advertising
The current PHY is read only when automatic PHY
update procedure is enabled, 2M PHY is supported and
extended advertising is enabled and this is done after
application is notified about connection. This leads
to invalid connection info PHY data which always returns
1M PHY because when using extended advertising the connection
can be established on different PHY and host does not read
this value from the controller in most cases. In order to
have a current PHY value updated we need to read it in
connection complete event before the user application
is notified about connection.

Signed-off-by: Kamil Gawor <Kamil.Gawor@nordicsemi.no>
2022-06-05 14:48:14 +02:00
..
audio Bluetooth: audio: Expose API methods to change the available contexts 2022-06-05 14:44:21 +02:00
common
controller Bluetooth: Controller: Fix Data Length Request Cmd parameter checking 2022-05-27 15:19:06 -07:00
host bluetooth: host: Fix reading current PHY when using extended advertising 2022-06-05 14:48:14 +02:00
mesh Bluetooth: Gatt: Update users of write callback in subscription params 2022-05-16 16:54:27 +02:00
services
shell Bluetooth: audio: Expose API methods to change the available contexts 2022-06-05 14:44:21 +02:00
CMakeLists.txt
Kconfig
Kconfig.adv
Kconfig.iso