- 11 Dec, 2019 5 commits
-
-
Kameshwar Singh authored
Removing the explicit AVDTP Suspend trigger from DUT Change-Id: I9b7bf0650f1ba9bedfca767724b3dd0a5dae89fd
-
Parth Kumar authored
The changes include support for delay reproting for A2DP sink role. Delay is calculated on the basis of the time difference between when the packets are pushed into the queue and when they are popped and given to the decoder. Change-Id: I4eab95d2b201979505be1d6467d11867947f8127
-
Parth Kumar authored
Enabling Delay report feature support in A2DP SINK, updated AVDTP and A2DP version to 1.3 Change-Id: I70347b46485ffbcb875808aee310aafca6b4fdb5
-
Kameshwar Singh authored
Updating DUT's COD value as: 1. Major Device Class as Audio/Video 2. Minor Device Class as Video Display and Loudspeaker and 3. Setting Rendering bit for the Service Class Change-Id: I1d911d3263b61eb387d7614f9d665ff2b32c52a7
-
Hari Nandha J R authored
Change-Id: Idf5b3a6360bbecdbd7982b0aa202a865b3b8fbd1
-
- 13 Sep, 2019 1 commit
-
-
Parameshwar Kengond authored
Handling was present only for public address. This change will add for RPA also Change-Id: Ie3cd1305ea19ddb445e0f69feb4d82ee62441a7f
-
- 12 Sep, 2019 1 commit
-
-
Kameshwar Singh authored
For CR 2508953 : Added support in stack layer and bluetooth service to suspend ongoing A2DP streaming on active SCO connection. For CR 2508373 : Added changes to suspend the ongoing A2DP streaming on receiving Play Status Changed event or Start request from another A2DP connection. Change-Id: I724c35b408e9195ee843601410bb6651f1d907cf
-
- 05 Sep, 2019 1 commit
-
-
Hari Nandha J R authored
An extra 1 byte is being added for the packet type during USB write in HIDL which makes the packet size go beyond 1028 (max packet size) causing write failure Change-Id: I4d98e7ead41fa7ef5b3b193727db5a502679e74f
-
- 30 Aug, 2019 1 commit
-
-
Hari Nandha J R authored
DUAL A2DP Sink feature related changes to fix the CRs 2503894, 2509092, 2509175, 2509190 and 2508363. CR 2503894 : Fix by removing the action taken in A2dpSinkStreamHandler on A2DP device disconnect. CR 2509092 : Fix by adding NULL pointer check in function BtifAvrcpAudioTrackWriteData(). CR 2509175 : Fix by adding support for handling 2 AVDTP connection in stack layer. CR 2508363 : Fix by adding support for handling 2 AVRCP connection in stack layer. Change-Id: I8ca11922e7b3d4c4e22bd95e096bf622731a422c
-
- 21 Aug, 2019 1 commit
-
-
Hari Nandha J R authored
Fix for Host not updating LPM whitelist into to the controller. Fix for Host adding multiple entries to LPM whitelist for the same device. Fix for Host adding devices to LPM whitelist though not being defined as a wake source. Change-Id: I42ad96d70d5f8f621bed838dd21e4aa11a76f85b
-
- 25 Jul, 2019 1 commit
-
-
Hari Nandha J R authored
Change-Id: If8ae5c105f41b88b9ee5cf1f680ac06e8f4dddec
-
- 28 Jun, 2019 2 commits
-
-
Parth Kumar authored
Host is now setting advertisement parameters for all whitelisted devices before going into LPM Change-Id: I5a727fd3643ca1e4cbb6284f846912206da1fa60
-
pkengond authored
Host was sending more data per second than the threshold in USB for SCO over HCI. Made changes to send same for both UART and USB. Also reduced sco data sending timer by 1ms. Change-Id: Ia8594b75ef8e8c65deb62f29e8b0c29eaa711848
-
- 19 Jun, 2019 1 commit
-
-
pkengond authored
When all PHYs are set during BLE create connection, there is an assert error seen in BT stack. This change fixes this issue. Change-Id: I5ca3256fcdca681d26eeb3b00e9cfe2ded809c82
-
- 14 Jun, 2019 1 commit
-
-
Hari Nandha J R authored
Change-Id: I3b02fa674918d0508330caccbdcfbd0170049e6e
-
- 15 May, 2019 1 commit
-
-
Hari Nandha J R authored
Change-Id: Id0c242c31aee6137470efba05b585e3a80439925
-
- 17 Apr, 2019 1 commit
-
-
knair authored
Change-Id: Ide774259426b9b5cd83e60e02ae41f0943ede1f9
-
- 12 Apr, 2019 1 commit
-
-
Hari Nandha J R authored
This fix sends the LPM advertisement parameters consistently by checking if there is a yardhold device present in the whitelist Change-Id: Ic6db764e1a376003670b7f5eec0a933c3dd58b3f
-
- 10 Apr, 2019 2 commits
-
-
Hari Nandha J R authored
Setting lpm value earlier to avoid HCI commands being sent before receiving the HCI_SUCCESS Change-Id: Ie112841b913f9f8a33b2874c9914f2e157d7bb2a
-
knair authored
Change-Id: I7e63d7367a386379c7da0edb427dddba4c7579c2
-
- 09 Apr, 2019 1 commit
-
-
Hari Nandha J R authored
Fix for GATT connection failure when bonding information is deleted from the advertiser. Change-Id: I4898e5f27161d234afd702950ec0934b606fc40d
-
- 03 Apr, 2019 1 commit
-
-
pkengond authored
Change-Id: I0959a58541159eeddd60c84f212f48622e98b04b
-
- 02 Apr, 2019 1 commit
-
-
pkengond authored
Change-Id: I009be869bec142b91d8c860fed95aa72dcf1ab20
-
- 01 Apr, 2019 1 commit
-
-
Parameshwar Kengond authored
Merge "CRs 2422684 and 2424355 - Fix for not to add devices to whitelist when whitelist is not enabled and to not send LPM command when WakeupFilteringFlags is not set in the LPM Config Parameter" into bt.lnx.3.2.0
-
- 31 Mar, 2019 1 commit
-
-
Hari Nandha J R authored
CRs 2422684 and 2424355 - Fix for not to add devices to whitelist when whitelist is not enabled and to not send LPM command when WakeupFilteringFlags is not set in the LPM Config Parameter Change-Id: I7fb759f588ee48e10b883197a89550d9961ab2e7
-
- 29 Mar, 2019 1 commit
-
-
pkengond authored
Change-Id: I1ebc6c4e02e6ce9a5a69aca0d3acd9e3abe4dfd0
-
- 22 Mar, 2019 1 commit
-
-
Parameshwar Kengond authored
Merge "CRs 2394663,2395464 - Blocking communication with controller after LPM completely" into bt.lnx.3.2.0
-
- 21 Mar, 2019 2 commits
-
-
pkengond authored
Change-Id: Ie85b31a2be528e6cc42aa5725bad7f0d47765110
-
Hari Nandha J R authored
Blocked the transmission of HCI commands from the host to the controller. Change-Id: I48f927678a4fae82d32102c02c681f6b1b6d3eba
-
- 18 Mar, 2019 1 commit
-
-
Shrikumar Sharma authored
This contains the SCO over HCI for both AG and HF roles. This is for testing this feature. Change-Id: Ib8de635ac6c9c88b823bd1f6671afb87aa53027a
-
- 12 Mar, 2019 1 commit
-
-
Parth Kumar authored
Change-Id: I47566c6a867ab922cc2ce6c9c657c25308fe2ba8
-
- 21 Feb, 2019 2 commits
-
-
Hari Nandha J R authored
Previously, on unpairing of peer device, delete device from whitelist function was getting called twice. This implementation fixes it. This fix also has changes to prevent failure of device deletion from the whitelist because of device being deleted from the storage before-hand. Change-Id: Ib87a01df218191f8f61b9822991f4bebb1a457bc
-
CNSS_WLAN Service authored
-
- 20 Feb, 2019 1 commit
-
-
Hari Nandha J R authored
This implementation prints the HID Reports to logcat. Change-Id: I03ca37da5b11e68b2a92ec4b7cf531adeb7cd65a
-
- 19 Feb, 2019 1 commit
-
-
pkengond authored
Change-Id: I2ecd24b5032c34a9bce5e92064f0d554f5507be3
-
- 26 Nov, 2018 1 commit
-
-
pkengond authored
Tiemrs and timeouts were updated during 1.0 TO to block sending of some commands from stack during LPM. Now these values have been reset to orginal values. Change-Id: I5a2e4ea996c598d21ca03e06da73ba0b353c836b
-
- 08 Oct, 2018 2 commits
-
-
Hemanth Varadha authored
Modified it to have relaxed BR/EDR page scan to accomodate aggressive BLE scan parameters Change-Id: I13b3767c599b6af7948d71ff98703b750071cb83
-
Shrikumar Sharma authored
Change-Id: Icadca586113d35fff4ba13e57faa61dbeac0429e
-
- 04 Oct, 2018 1 commit
-
-
Hemanth Varadha authored
With UART IBS enabled, Sleep Delay has to be set to 0x00F0 otherwise on receiving LPM_SLEEP it does not send back IBS messages such as IBS_SLEEP. This can be removed once this issue is fixed. Change-Id: I20df838beccb125af9132f8799ff3efd37052b62
-
- 01 Oct, 2018 1 commit
-
-
pkengond authored
Added code to send proper address as part of advertisement in LPM Change-Id: Id63125c3c6dd95714ab8c1455c0ae123a06f8a92
-