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 subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
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 subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
shell Bluetooth: audio: Expose API methods to change the available contexts 2022-06-05 14:44:21 +02:00
CMakeLists.txt
Kconfig Bluetooth: Increase supported maximum simultaneous connection to 250 2022-04-04 10:24:34 +02:00
Kconfig.adv Bluetooth: Kconfig: Move BT_LIM_ADV_TIMEOUT to host config 2022-03-17 11:12:47 +01:00
Kconfig.iso Bluetooth: ISO: Update ISO Kconfig for EXPERIMENTAL 2022-05-13 12:44:47 -07:00