-
Notifications
You must be signed in to change notification settings - Fork 0
[PW_SID:946846] [BlueZ,v3,1/5] mgmt-api: Add missing Device Flag #2746
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
base: workflow
Are you sure you want to change the base?
Conversation
This patch adds workflow files for ci:
[sync.yml]
- runs every 30 mins.
- sync repo with upstream repo and rebase workflow branch to tip of
master.
- creates PR after reading patches from patchwork.kernel.org
[ci.yml]
- Tests the following checks:
- checkpatch
- gitlint
- make
- make check
[code_scan.yml]
- Static code checker: Coverity and Clang
- Coverity: Submit the result to the coverity website
- Clang Code Scan: Send email with result file to the internal team
To simplify the history, new change will amend to this patch without
creating new patch.
This adds the missing Device Flag - Address Resolution = bit(2)
This adds LL Privacy (bit 22) to Read Controller Information so it can be propagated to the likes of bluetoothd.
CentralAddressResolution shall be conditional to LL Privacy to avoid peripherals assuming Directed Advertising can be used which may lead to issues like: Fixes: bluez#1138
This fixes the tests which now requires MGMT_SETTING_LL_PRIVACY (bit 22).
This adds decoding support of MGM LL Privacy setting (bit 22).
|
CheckPatch |
|
GitLint |
|
BuildEll |
|
BluezMake |
|
MakeCheck |
|
MakeDistcheck |
|
CheckValgrind |
|
CheckSmatch |
|
bluezmakeextell |
|
IncrementalBuild |
|
ScanBuild |
abc5222 to
0829fe9
Compare
a6c8b9c to
d9941ad
Compare
bd12bd7 to
a65fdba
Compare
89a49a5 to
47d52e0
Compare
df874a4 to
b5c1fe6
Compare
From: Luiz Augusto von Dentz luiz.von.dentz@intel.com
This adds the missing Device Flag - Address Resolution = bit(2)
doc/mgmt-api.txt | 1 +
1 file changed, 1 insertion(+)