-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Open
Labels
Feature RequestA request for a new featureA request for a new featurearea: Bluetootharea: Bluetooth HostBluetooth Host (excluding BR/EDR)Bluetooth Host (excluding BR/EDR)
Description
Is your feature request related to a problem? Please describe.
Zephyr Bluetooth stack supports GAP Name and Appearance to be writable. Currently this parameters can be changed without any possibility for the application to know about the change. Application may want to update advertising data when this happen or do anything else (like update the displayed name).
Describe the solution you'd like
Implementation similar to bt_conn_cb with its BT_CONN_CB_DEFINE macro. Lets add BT_CONN_GAP_CB_DEFINE that would hold name_updated_cb and appearance_updated_cb.
Describe alternatives you've considered
Would it make more sense to add the callbacks to bt_conn_cb?
Metadata
Metadata
Assignees
Labels
Feature RequestA request for a new featureA request for a new featurearea: Bluetootharea: Bluetooth HostBluetooth Host (excluding BR/EDR)Bluetooth Host (excluding BR/EDR)