-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Bluetooth: CCP: Initial CCP Client implemenation #77397
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
2f608c1 to
6121c15
Compare
1156a5f to
6cb38fa
Compare
a522939 to
e9a5f7d
Compare
345bf69 to
c40668d
Compare
15e59b5 to
e027379
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.
I considered this comment unnecessary - but also nice for newcomers to better understand.
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.
Yeah, I think it makes sense in a sample
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.
Me too - and we should probably do more like this
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.
For real devices, would this also need BT_SECURITY_FORCE_PAIR?
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.
Not really - If we are already bonded we don't need to create a new pairing each time
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.
contrained -> constrained
babrsn
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
e6d1651 to
017ba70
Compare
|
Rebased to solve merge conflicts |
017ba70 to
062cdb1
Compare
062cdb1 to
aaa7325
Compare
|
Fixed broken test |
f294435 to
b4689b8
Compare
Added initial CCP client implementation that simply does discovery of TBS on a remote CCP server. Signed-off-by: Emil Gydesen <[email protected]>
b4689b8 to
ce641d9
Compare
|
Removed |
Added initial CCP client implementation that simply does discovery of TBS on a remote CCP server.