summaryrefslogtreecommitdiff
path: root/include/btle_hci_int.h
Commit message (Collapse)AuthorAgeFilesLines
* ec: change usage of whitelist/blacklistPaul Fagerburg2020-07-281-13/+13
| | | | | | | | | | | | | | | | | | | Google is working to change its source code to use more inclusive language. To that end, replace the terms "whitelist", "blacklist", and similar with inclusive alternatives. BUG=b:162262297 BRANCH=None TEST=`grep -Eirl "(white|black)[ _\-]*list" .` The only results are in "private/nordic_keyboard/sdk8.0.0" which is not our code. Signed-off-by: Paul Fagerburg <pfagerburg@google.com> Change-Id: Ie5210b98e1096c22d0e9284c101a42820bd3d79d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2321549 Tested-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org> Commit-Queue: Paul Fagerburg <pfagerburg@chromium.org>
* include/btle_hcl_int.h: Fix misspellings in #defines and struct nameMartin Roth2016-11-151-6/+6
| | | | | | | | | | | | | | | | These are not used anywhere else in the EC codebase. Fix VERSION, OCCURRED, Response, & Supported BUG=None BRANCH=None TEST=make buildall passes Change-Id: I078a8b613fffac0029723cf3c8a5666e71d4a9ac Signed-off-by: Martin Roth <martinroth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/403420 Reviewed-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-by: Myles Watson <mylesgw@chromium.org>
* include: Add HCI include files from NewBlueMyles Watson2016-07-221-0/+3156
Copied with permission from Dmitry Grinberg, the original author. Add HCI_SUCCESS, some minor fixes. BUG=None BRANCH=None TEST=None Change-Id: Ia4f6f0d092674fca1297e94a16edbc14399d2c63 Signed-off-by: Myles Watson <mylesgw@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/362348 Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Levi Oliver <levio@google.com>