- Aug 31, 2023
-
-
David Duarte authored
Bug: 279502784 Test: mmm packages/modules/Bluetooth Change-Id: I53ea156f98c9392f9bc15e629799fbfefd5f7bb2
-
David Duarte authored
Bug: 279502784 Test: mmm packages/modules/Bluetooth Change-Id: I618a45510810c891240600e5c94e3508b4f499d5
-
David Duarte authored
Bug: 279502784 Test: mmm packages/modules/Bluetooth Change-Id: Ic4233b951586a90cb35f7c6264b4bc9b93858061
-
David Duarte authored
Bug: 279502784 Test: mmm packages/modules/Bluetooth Change-Id: Ie36c3674193858660c783a0916c3b7f14a725fe2
-
Henri Chataing authored
-
William Escande authored
-
Chris Manton authored
Bug: 297247268 Test: m . Change-Id: Idb3c87deddbce4509d631be85fbce2651ef03d79
-
Treehugger Robot authored
-
Jeremy Wu authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
William Escande authored
Bug: 298149530 Test: atest BondStateMachineTest | This happen as a race condition during stack shutdown and cannot be easily test. Fix is trivial Change-Id: I41e82064a5cca1639fdf57696745ad4e53d50877
-
Kihong Seong authored
-
- Aug 30, 2023
-
-
Aritra Sen authored
Tag: #stability Test: mma -j32 Change-Id: I8707486f453e3bc10339707fc0737a49d47a1c38
-
Dan Shi authored
This does not change the existing test mapping suite coverage. Bug: 298228905 Test: atest presubmit Change-Id: If5e64badd766cd71d74f446691d2aca074e29e4d
-
Henri Chataing authored
- reorder header includes - always use absolute path from the rootcanal project root - always include headers for all required imports in a file (no transitive import) Bug: 279665786 Test: m root-canal Change-Id: Ibe53d03b61a218d50b28d75c7e4aa4ed588bd7a1
-
Henri Chataing authored
-
Chris Manton authored
Bug: 197150934 Bug: 290844204 Test: m . Change-Id: I2b76592d60aaac48e6dc061bcc05d6d62c514655
-
Chris Manton authored
Bug: 246697575 Test: m . Change-Id: I143d7a0d587bd520d3de59d0ffbc2e566bfcfc01
-
Henri Chataing authored
LE Audio tests rely on extended advertising for device discovery; android is not detected with the current configuration Bug: 291996279 Test: atest pts-bot Change-Id: Ie7cf0b5059fc42aae60067905e08ad9b4406ac11
-
Jayden Kim authored
-
Henri Chataing authored
-
Etienne Ruffieux authored
-
Hui Peng authored
-
Łukasz Rymanowski authored
-
Jakub Tyszkowski authored
-
Jakub Tyszkowski authored
If we pass int to UINT16_TO_VEC_UINT8, we expect the output vector to be 2 octets long, with 2 LS bytes from 4 bytes long integer type, while the existing macro was generating 4 octets, thus it worked just like UINT32_TO_VEC_UINT8. We have these macros named explicitly with types, to make the type conversion happen. It is important for the LTV packed structures, since Bluetooth spec. clearly defines LTV field lengths for the specified field types. Bug: 7813203315 Test: atest bluetooth_le_audio_test Change-Id: I2e19e6695f6e09237d3a3573cddbef403d9cfd50
-
Jennifer authored
In this patch, MMC DBus service daemon will be invoked when DBus method |CodecInit| or |CodecCleanUp| is called. In |CodecInit|, the daemon creates a socket and makes a worker thread listen on the socket. In |CodecCleanUp|, the daemon shuts down all idle threads. Configuration files are added to set up daemon priveldges and DBus startup. Bug: 294165109 Tag: #floss Test: m - None Change-Id: Ied3b142a006797bc2a922ea9f091d6c187f84bd0
-
Jakub Pawłowski authored
-
Jeremy Wu authored
-
Etienne Ruffieux authored
-
Etienne Ruffieux authored
AvrcpBipClient starts connecting at initialization, which means during the test it will fail coonnecting and set the connection state back to disconnected. Some tests are setting the state directly and will fail if the connection failure takes too long. Added two methods connectAsync and disconnectAsync which will call the handler and start connecting/disconnecting. These methods are package-private as there is only one usage of AvrcpBipClient. Initializing AvrcpBipClient won't auto connect the device. Bug: 297490983 Tag: #feature Test: atest BluetoothInstrumentationTests Change-Id: Iac68c871393e78b7a93ce149e2012d55c8cf4d41
-
Etienne Ruffieux authored
There is a crash in MediaController that is currently under investigation by Media team, but causes a lot of noise on Bluetooth side in the meantime. Handling the potential exception and modifying the behavior the PlayerSettingsManager should adopt in case of a crash. Tag: #feature Test: atest net_test_btpackets Test: atest BluetoothInstrumentationTests Bug: 286988760 Bug: 286928313 Bug: 297295936 Change-Id: Ie132bb3b22732dc1aafc431ce2276061eec2dab7
-
Jennifer authored
In this patch, HFP LC3 codec libraries are placed into |HfpLc3Encoder| and |HfpLc3Decoder|, which inherit |MmcInterface|. Only |init|, |cleanup|, and |transcode| are exposed to user to hide details. Bug: 294165109 Tag: #floss Test: m - None Change-Id: I8790b90d472d260e3ac3bdf651c222572aa91583
-
Kihong Seong authored
-
William Escande authored
-
- Aug 29, 2023
-
-
Aritra Sen authored
Merge "Refactor RemoteDevices to handle all HF and AG related broadcasts and handle them directly on a handler on the main looper." into main
-
Henri Chataing authored
RootCanal on g3 does not compile if the formatter is not in scope when printing out address values. Bug: 279665786 Test: m root-canal Change-Id: I7d00100910e6f5cec69a5485612dcc84bea0d760
-
William Escande authored
-
Jayden Kim authored
- After scan timeout, scan mode is set to low power scan mode - The forced mode is alowed up to low power scan mode - The forced scan mode could also be screen off scan mode Bug: 289580163 Bug: 296909825 Test: atest BluetoothInstrumentationTests and device test Change-Id: I762f0be9f8597b6835671abe2c346481b314932c
-