Searched hist:"34 a718bc86f908de8ef79affaff6a3de7b95759c" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_sync.c | diff 34a718bc86f908de8ef79affaff6a3de7b95759c Wed Jun 08 17:00:01 CDT 2022 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: HCI: Fix not always setting Scan Response/Advertising Data
The scan response and advertising data needs to be tracked on a per instance (adv_info) since when these instaces are removed so are their data, to fix that new flags are introduced which is used to mark when the data changes and then checked to confirm when the data needs to be synced with the controller.
Tested-by: Tedd Ho-Jeong An <tedd.an@intel.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|
H A D | hci_core.c | diff 34a718bc86f908de8ef79affaff6a3de7b95759c Wed Jun 08 17:00:01 CDT 2022 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: HCI: Fix not always setting Scan Response/Advertising Data
The scan response and advertising data needs to be tracked on a per instance (adv_info) since when these instaces are removed so are their data, to fix that new flags are introduced which is used to mark when the data changes and then checked to confirm when the data needs to be synced with the controller.
Tested-by: Tedd Ho-Jeong An <tedd.an@intel.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | diff 34a718bc86f908de8ef79affaff6a3de7b95759c Wed Jun 08 17:00:01 CDT 2022 Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Bluetooth: HCI: Fix not always setting Scan Response/Advertising Data
The scan response and advertising data needs to be tracked on a per instance (adv_info) since when these instaces are removed so are their data, to fix that new flags are introduced which is used to mark when the data changes and then checked to confirm when the data needs to be synced with the controller.
Tested-by: Tedd Ho-Jeong An <tedd.an@intel.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
|