-
Notifications
You must be signed in to change notification settings - Fork 32
bluetooth: add zblue settings save & load implement. #307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2dc49c3 to
f47ee52
Compare
e74fbe3 to
0b63774
Compare
b445800 to
71af02b
Compare
557bf4a to
c0821ac
Compare
7c73e06 to
7cc5aeb
Compare
|
CI failure. |
huangyulong3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now.
huangyulong3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now.
huangyulong3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now.
huangyulong3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now.
huangyulong3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now.
gzh-terry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a few comments, but generally looks good to me.
fcbc538 to
9402767
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 16 out of 16 changed files in this pull request and generated 11 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
bug: v/79394 Implement the SAL layer callback function for settings storage. include: 1. SAL zblue_on_ltk_notify & zblue_on_ltk_load 2. add adapter_get_smp_data API 3. add adapter_get_local_csrk API Signed-off-by: liuxiang18 <liuxiang18@xiaomi.com>
bug: v/79394 Implement the SAL layer callback function for settings storage. include: 1. SAL zblue_on_linkkey_notify & zblue_on_linkkey_load 2. add adapter_get_link_key API 3. add adapter_get_link_key_type API Signed-off-by: liuxiang18 <liuxiang18@xiaomi.com>
bug: v/79393
Implement the SAL layer callback function for settings storage.
include:
BLE: zblue_on_irk_notify
zblue_on_irk_load
Signed-off-by: liuxiang18 <liuxiang18@xiaomi.com>
bug: v/79395 1. adaptInfo add 'irk', and remote_device_le_properties_t add 'local_csrk'. 2. change storage version number to v5_0_3 3. add v5_0_2->v5_0_3 storage update function Signed-off-by: liuxiang18 <liuxiang18@xiaomi.com>
bug: v/73508 ARRAY_SIZE() is defined at "bt_utils.h" Signed-off-by: liuxiang18 <liuxiang18@xiaomi.com>
bug: v/79394 bt_unpair invokes the unpair function, where the bond_delete callback occurs before keys_clear. keys_clear sets memset(&keys->addr, 0, sizeof(bt_addr_le_t)), causing the bond_delete callback to reference an empty address. Signed-off-by: liuxiang18 <liuxiang18@xiaomi.com>
depends-on: [open-vela/external_zblue/pull/119 open-vela/external/pull/40 open-vela/vendor_openvela/pull/33]