Merge changes Ice83e58e,Iccce2f80,I069bb911,I0470a82f,I4fa447eb, ...
* changes: [Invisalign] Move profile-specific log levels out of core [Invisalign] Do not run profile dumpsys from core [Invisalign] Add HACK_* interface for ad-hoc callbacks out of the core [Invisalign] Add CodecInterface [Invisalign] Add ConfigInterface [Invisalign] Pass more callbacks down from profiles [Invisalign] Invoke callbacks for profiles passed down from JNI [Invisalign] Pass in an interface into core sending events to profiles [Invisalign] Update startup sequence to remove backwards dependencies
No related branches found
No related tags found
Showing
- system/bta/dm/bta_dm_pm.cc 5 additions, 2 deletionssystem/bta/dm/bta_dm_pm.cc
- system/bta/gatt/bta_gattc_act.cc 7 additions, 2 deletionssystem/bta/gatt/bta_gattc_act.cc
- system/btif/Android.bp 7 additions, 0 deletionssystem/btif/Android.bp
- system/btif/BUILD.gn 1 addition, 0 deletionssystem/btif/BUILD.gn
- system/btif/include/btif_hh.h 2 additions, 0 deletionssystem/btif/include/btif_hh.h
- system/btif/include/core_callbacks.h 160 additions, 0 deletionssystem/btif/include/core_callbacks.h
- system/btif/include/stack_manager.h 10 additions, 3 deletionssystem/btif/include/stack_manager.h
- system/btif/src/bluetooth.cc 236 additions, 17 deletionssystem/btif/src/bluetooth.cc
- system/btif/src/btif_av.cc 2 additions, 6 deletionssystem/btif/src/btif_av.cc
- system/btif/src/btif_bqr.cc 3 additions, 1 deletionsystem/btif/src/btif_bqr.cc
- system/btif/src/btif_core.cc 27 additions, 32 deletionssystem/btif/src/btif_core.cc
- system/btif/src/btif_dm.cc 89 additions, 133 deletionssystem/btif/src/btif_dm.cc
- system/btif/src/btif_hh.cc 26 additions, 0 deletionssystem/btif/src/btif_hh.cc
- system/btif/src/btif_storage.cc 7 additions, 3 deletionssystem/btif/src/btif_storage.cc
- system/btif/src/profile_log_levels.cc 149 additions, 0 deletionssystem/btif/src/profile_log_levels.cc
- system/btif/src/profile_log_levels.h 26 additions, 0 deletionssystem/btif/src/profile_log_levels.h
- system/btif/src/stack_manager.cc 48 additions, 36 deletionssystem/btif/src/stack_manager.cc
- system/btif/test/btif_core_test.cc 2 additions, 1 deletionsystem/btif/test/btif_core_test.cc
- system/btif/test/btif_hh_test.cc 2 additions, 0 deletionssystem/btif/test/btif_hh_test.cc
- system/main/bte_logmsg.cc 1 addition, 116 deletionssystem/main/bte_logmsg.cc
Loading
Please register or sign in to comment