-
Notifications
You must be signed in to change notification settings - Fork 33
Bugfix/fix bluetooth sal spp interface moudle cb change to const #433
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
Open
huangyulong3
wants to merge
15
commits into
open-vela:dev
Choose a base branch
from
huangyulong3:bugfix/fix_bluetooth_sal_spp_interface_moudle_cb_change_to_const
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
102bb26
Memory Optimization: Change the bluetooth ble impl module adv_callbac…
huangyulong3 3a22964
Memory Optimization: Change the bluetooth gatt feature module s_featu…
huangyulong3 c720266
Memory Optimization: Change the bluetooth socket advertiser module ad…
huangyulong3 87e380a
Memory Optimization: Change the bluetooth socket scan module adv_call…
huangyulong3 23b4b65
Memory Optimization: Change the bluetooth socket spp module g_spp_soc…
huangyulong3 c18022b
Memory Optimization: Change the bluetooth hid device service module t…
huangyulong3 b784126
Memory Optimization: Change the bluetooth spp service module to const…
huangyulong3 94557a9
Memory Optimization: Change the bluetooth sal a2dp interface module t…
huangyulong3 620988d
Memory Optimization: Change the bluetooth sal adapter interface modul…
huangyulong3 1e6f503
Memory Optimization: Change the bluetooth sal le adapter interface mo…
huangyulong3 cb1ca15
Memory Optimization: Change the bluetooth sal avrcp interface module …
huangyulong3 ed8fc42
Memory Optimization: Change the bluetooth sal hfp ag interface module…
huangyulong3 52fa65c
Mmemory Optimization: Change the bluetooth sal hfp hf interface modul…
huangyulong3 acd98bd
Memory Optimization: Change the bluetooth sal hid device interface mo…
huangyulong3 8cbc23d
Memory Optimization: Change the bluetooth sal spp device interface mo…
huangyulong3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
These forward declarations for
le_conn_addandle_conn_findappear to be unnecessary. These function names don't match any functions defined or called in this file. The actual connection management functions used arebt_conn_add,bt_conn_find, andbt_conn_removewhich are imported from elsewhere. Consider removing these unused forward declarations.