You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bluetooth: Classic: add dynamic local name support
Implement dynamic local name update for BR/EDR connections. When
CONFIG_BT_DEVICE_NAME_DYNAMIC is enabled, the device name is now
properly synchronized between LE and BR/EDR transports. Includes:
- Initialize BR/EDR local name with configured device name during init
- Update BR/EDR local name when bt_set_name() is called
- Maintain consistency between LE and BR/EDR naming
Signed-off-by: Kai Cheng <[email protected]>
0 commit comments