summaryrefslogtreecommitdiff
path: root/common/btle_ll.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14517.B-main"factory-brya-14517.B-mainYH Lin2022-12-051-2/+2
* common: Sort header filesJeremy Bettis2022-11-291-2/+2
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree: Change non-standard "%pP" printf format to "%p"Tom Hughes2022-07-191-1/+1
* common/btle_ll.c: Format with clang-formatJack Rosenthal2022-07-011-75/+74
* tree: Files should end with single newlineTom Hughes2021-10-181-1/+0
* COIL: Remove non-inclusive words from Bluetooth codeDossym Nurmukhanov2021-01-121-2/+2
* ec: change usage of whitelist/blacklistPaul Fagerburg2020-07-281-10/+10
* printf: Fix formatting errorsEvan Green2019-10-051-1/+1
* printf: Convert %l to %llEvan Green2019-10-051-1/+1
* printf: Fix up %p to %pPEvan Green2019-10-051-1/+1
* common/btle_ll.c: define default return valuePatrick Georgi2019-09-121-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* btle_ll.c: Initialize variables to fix GCC warningsMartin Roth2016-11-161-2/+2
* btle_ll.c: Initialize variable "offset" before it's usedMartin Roth2016-11-161-0/+2
* btle: Accepts and maintains connectionsLevi Oliver2016-08-231-4/+299
* common/btle_ll.c: Return error code instead of uninitialized valueMartin Roth2016-08-161-1/+1
* btle: Add framework for parsing data packetsLevi Oliver2016-08-111-1/+3
* btle_ll: Set advertising channel frequencyLevi Oliver2016-08-091-2/+12
* btle: Add common link layer codeMyles Watson2016-08-081-0/+552