Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform_packages_modules_Bluetooth
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LMODroid
platform_packages_modules_Bluetooth
Commits
ca575669
Commit
ca575669
authored
3 years ago
by
Jakub Pawlowski
Committed by
Gerrit Code Review
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge "bluetooth: Add new local LeAudio features"
parents
a5d8025b
22071b67
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
system/btif/src/btif_dm.cc
+4
-0
4 additions, 0 deletions
system/btif/src/btif_dm.cc
system/include/hardware/bluetooth.h
+2
-0
2 additions, 0 deletions
system/include/hardware/bluetooth.h
with
6 additions
and
0 deletions
system/btif/src/btif_dm.cc
+
4
−
0
View file @
ca575669
...
...
@@ -1784,6 +1784,10 @@ static void btif_dm_upstreams_evt(uint16_t event, char* p_param) {
local_le_features
.
dynamic_audio_buffer_supported
=
cmn_vsc_cb
.
dynamic_audio_buffer_support
;
local_le_features
.
le_periodic_advertising_sync_transfer_sender_supported
=
controller
->
supports_ble_periodic_advertising_sync_transfer_sender
();
local_le_features
.
le_connected_isochronous_stream_central_supported
=
controller
->
supports_ble_connected_isochronous_stream_central
();
invoke_adapter_properties_cb
(
BT_STATUS_SUCCESS
,
1
,
&
prop
);
break
;
}
...
...
This diff is collapsed.
Click to expand it.
system/include/hardware/bluetooth.h
+
2
−
0
View file @
ca575669
...
...
@@ -204,6 +204,8 @@ typedef struct {
bool
le_periodic_advertising_supported
;
uint16_t
le_maximum_advertising_data_length
;
uint32_t
dynamic_audio_buffer_supported
;
bool
le_periodic_advertising_sync_transfer_sender_supported
;
bool
le_connected_isochronous_stream_central_supported
;
}
bt_local_le_features_t
;
/* Stored the default/maximum/minimum buffer time for dynamic audio buffer.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment