Advertisement
Guest User

Untitled

a guest
Sep 6th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [E/bt_btif]
  2. split_a2dp_status = true
  3.  
  4. [E/bt_btif]
  5. split_a2dp_status = 1
  6.  
  7. [I/a2dp_codec]
  8. A2dp_SetOffloadStatus:status = 1
  9.  
  10. [I/a2dp_codec]
  11. A2DP_SetOffloadStatus: SBC offload supported
  12.  
  13. [I/a2dp_codec]
  14. A2DP_SetOffloadStatus: AAC offload supported
  15.  
  16. [D/a2dp_codec]
  17. init
  18.  
  19. [D/a2dp_codec]
  20. createCodec: codec SBC
  21.  
  22. [D/a2dp_sbc]
  23. A2dpCodecConfigSbc
  24.  
  25. [E/a2dp_sbc]
  26. init: SBC enabled in offload mode
  27.  
  28. [I/a2dp_codec]
  29. init: updated SBC codec priority to 1001
  30.  
  31. [D/a2dp_codec]
  32. createCodec: codec AAC
  33.  
  34. [E/a2dp_aac]
  35. init: AAC enabled in offload mode
  36.  
  37. [I/a2dp_codec]
  38. init: updated AAC codec priority to 2001
  39.  
  40. [D/a2dp_codec]
  41. createCodec: codec aptX
  42.  
  43. [E/a2dp_vendor_aptx]
  44. init: APTX disabled in offload mode
  45.  
  46. [D/a2dp_codec]
  47. createCodec: codec aptX-HD
  48.  
  49. [E/a2dp_vendor_aptx_hd]
  50. init: APTX-HD disabled in offload mode
  51.  
  52. [D/a2dp_codec]
  53. createCodec: codec LDAC
  54.  
  55. [I/a2dp_codec]
  56. LDAC not enabled in offload currently
  57.  
  58. [E/a2dp_vendor_ldac]
  59. init: LDAC disabled in offload mode
  60.  
  61. [D/a2dp_codec]
  62. createCodec: codec SBC SINK
  63.  
  64. [I/a2dp_codec]
  65. init: initialized Source codec AAC
  66.  
  67. [I/a2dp_codec]
  68. init: initialized Source codec SBC
  69.  
  70. [I/a2dp_codec]
  71. init: initialized Sink codec SBC(Sink)
  72.  
  73. [E/bt_btif]
  74. btif_a2dp_source_startup: A2DP Source media task already running
  75.  
  76. [E/a2dp_vendor_aptx]
  77. A2DP_VendorInitCodecConfigAptx: APTX disabled in offload mode
  78.  
  79. [E/a2dp_vendor_aptx_hd]
  80. A2DP_VendorInitCodecConfigAptxHd: APTX-HD disabled in offload mode
  81.  
  82. [I/a2dp_codec]
  83. LDAC not enabled in offload currently
  84.  
  85. [E/a2dp_vendor_ldac]
  86. A2DP_VendorInitCodecConfigLdac: LDAC disabled in offload mode
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement