summaryrefslogtreecommitdiff
path: root/chip/nrf51/bluetooth_le.c
Commit message (Expand)AuthorAgeFilesLines
* printf: Fix up %p to %pPEvan Green2019-10-051-2/+2
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-201-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-7/+7
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* btle: Accepts and maintains connectionsLevi Oliver2016-08-231-1/+19
* btle: Improved stability of ble_tx functionLevi Oliver2016-08-171-0/+21
* btle: Improved stability of ble_rx functionLevi Oliver2016-08-161-2/+30
* btle: Timeout of ble_rx now based on chip timeLevi Oliver2016-08-121-2/+7
* btle: Add framework for parsing data packetsLevi Oliver2016-08-111-12/+10
* nrf51: Add Bluetooth LE supportMyles Watson2016-08-031-0/+469