summaryrefslogtreecommitdiff
path: root/samples/bluetooth/peripheral/src/main.c
AgeCommit message (Expand)Author
2017-01-28Bluetooth: samples: Use Kconfig DEVICE_NAME variable when possibleJohan Hedberg
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2016-11-11Bluetooth: samples: Fix use of deprecated sleep APISzymon Janc
2016-10-21Bluetooth: GATT: Pass CCC attribute to changed callbackLuiz Augusto von Dentz
2016-06-28Bluetooth: GATT: Add flags to attribute write callbackLuiz Augusto von Dentz
2016-06-10Bluetooth: Update Intel copyright for files modified in 2016Johan Hedberg
2016-06-06Bluetooth: GATT: Remove obsolete flush callbackLuiz Augusto von Dentz
2016-05-30Bluetooth: Fix long writes handlingGrzegorz Kolodziejczyk
2016-05-17Bluetooth: Remove unnecessary #ifdef for micro/nano main functionJohan Hedberg
2016-05-11Bluetooth: Omit implicit permission flagsLuiz Augusto von Dentz
2016-05-04Bluetooth: Simplify advertising APISzymon Janc
2016-05-02Bluetooth: GATT: Fix error typeLuiz Augusto von Dentz
2016-03-22Bluetooth: CTS: Add service sampleLuiz Augusto von Dentz
2016-03-22Bluetooth: BAS: Add service sampleLuiz Augusto von Dentz
2016-03-22Bluetooth: DIS: Add service sampleLuiz Augusto von Dentz
2016-03-22Bluetooth: HRS: Add service sampleLuiz Augusto von Dentz
2016-03-22Bluetooth: Make application samples to use GAP Service sampleLuiz Augusto von Dentz
2016-03-10Bluetooth/sample: Fix exit after first indication sentAndrei Emeltchenko
2016-03-08Bluetooth: Add indication support for peripheral sampleLuiz Augusto von Dentz
2016-02-20Bluetooth: Change GATT callback return values to ssize_tJohan Hedberg
2016-02-17Bluetooth: GATT: Expose ATT error codes to application callbacksJohan Hedberg
2016-02-10Bluetooth: peripheral: Make heart rate simulation more predictableLuiz Augusto von Dentz
2016-02-10Bluetooth: peripheral: Fix using CCC handle with bt_gatt_notifyLuiz Augusto von Dentz
2016-02-10Bluetooth: peripheral: Register services after initLuiz Augusto von Dentz
2016-02-05Bluetooth: samples: Use sizeof() to evaluate fixed name lengthJohan Hedberg
2016-02-05Bluetooth: Introduce BT_DATA_BYTES convenience macroJohan Hedberg
2016-02-05Bluetooth: UUID: Introduce new APIJohan Hedberg
2016-02-05Bluetooth: GATT: Replace handle with attribute object in bt_gatt_notifyLuiz Augusto von Dentz
2016-02-05Bluetooth: Make peripheral sample use CONFIG_BLUETOOTH_GATT_DYNAMIC_DBLuiz Augusto von Dentz
2016-02-05Bluetooth: Add bt_conn prefix for auth APIsJohan Hedberg
2016-02-05Bluetooth: Add err/reason parameters to connected/disconnected callsJohan Hedberg
2016-02-05Bluetooth: Update advertising APIJohan Hedberg
2016-02-05Use SoC instead of platform.Anas Nashif
2016-02-05Bluetooth: Make use of BT_UUID_DECLARE_16 for servicesLuiz Augusto von Dentz
2016-02-05Bluetooth: Add ability to specify dedicated LE advertising parametersJohan Hedberg
2016-02-05Bluetooth: Rename LE scan & advertising APIs for consistencyJohan Hedberg
2016-02-05Bluetooth: samples/peripheral: Remove dependency on internal defineJohan Hedberg
2016-02-05Bluetooth: GATT: Make BT_GATT_CHARACTERISTIC declare its valueLuiz Augusto von Dentz
2016-02-05Bluetooth: GATT: Remove value_handle from bt_gatt_chrcLuiz Augusto von Dentz
2016-02-05Bluetooth: GATT: Remove unused field of _bt_gatt_cccLuiz Augusto von Dentz
2016-02-05Bluetooth: GATT: Remove handles from macrosLuiz Augusto von Dentz
2016-02-05Bluetooth: GATT: Make attribute database into a listLuiz Augusto von Dentz
2016-02-05Bluetooth: GATT: Add connection to bt_gatt_notifyLuiz Augusto von Dentz
2016-02-05Bluetooth: Add authentication callbacks to the peripheral appMariusz Skamra
2016-02-05Bluetooth: Fix invalid characteristic handle in peripheral app dbMariusz Skamra
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05Bluetooth: Make signed_value static in periperal sampleSzymon Janc
2016-02-05Bluetooth: Add new attribute with signed write permissionAndrei Emeltchenko
2016-02-05Bluetooth: Use async callback for enabling BluetoothJohan Hedberg
2016-02-05Bluetooth: Redesign Bluetooth init APIJohan Hedberg