summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 5.405.40Marcel Holtmann2016-05-262-1/+11
* build: Update library versionMarcel Holtmann2016-05-261-1/+1
* lib: Update company identifiersMarcel Holtmann2016-05-261-0/+36
* audio/avrcp: Fix not handling Addressed Player Changed errorLuiz Augusto von Dentz2016-05-253-28/+53
* monitor: Split public key into multiple linesJohan Hedberg2016-05-251-1/+3
* doc: btsnoop: Document the various BTSnoop opcodesJohan Hedberg2016-05-251-0/+115
* doc: btsnoop: Clarify drop counts.Johan Hedberg2016-05-251-0/+4
* profile: Fix accepting connections without an associated serviceJohan Hedberg2016-05-241-4/+5
* doc: Add BTSnoop/Monitor protocol documentationJohan Hedberg2016-05-242-0/+61
* shared/gatt-client: Fix sending confirmationMikhail I. Krivtsov2016-05-231-1/+1
* tools/gatt-service: Update to use new GATT APILuiz Augusto von Dentz2016-05-181-33/+126
* client: Update to use new GATT APILuiz Augusto von Dentz2016-05-181-2/+25
* test: Update GATT examples with the new APILuiz Augusto von Dentz2016-05-183-50/+172
* doc/gatt-api: Add secure flagsLuiz Augusto von Dentz2016-05-185-52/+51
* doc/gatt-api: Merge RegisterProfile with RegisterApplicationLuiz Augusto von Dentz2016-05-182-279/+171
* doc/gatt-api: Add options dictionary to ReadValue/WriteValueLuiz Augusto von Dentz2016-05-183-123/+296
* lib: Update company identifiersMarcel Holtmann2016-05-171-1/+71
* tools: add more entities to company ID parserMike Ryan2016-05-171-0/+2
* device: Fix invalid memory access when removing a deviceVinicius Costa Gomes2016-05-121-1/+6
* tools/bluemoon: Add hardware variant for Intel Bluetooth 8265Tedd Ho-Jeong An2016-05-061-0/+1
* gdbus: Fix the ordering of signalsVinicius Costa Gomes2016-05-042-2/+19
* monitor: Pass drop count from TTY to BTSnoop fileJohan Hedberg2016-05-041-4/+8
* shared/btsnoop: Add support for providing cumulative drops countJohan Hedberg2016-05-044-13/+14
* monitor: Add support for writing to BTSnoop file from TTY inputJohan Hedberg2016-05-041-1/+3
* monitor: Introduce support for extended TTY headerJohan Hedberg2016-05-043-10/+135
* doc/settings-storage: Add alternative format for descriptorsLuiz Augusto von Dentz2016-04-292-7/+43
* core/device: Fix not storing GATT attributesLuiz Augusto von Dentz2016-04-291-0/+2
* core/device: Remove code related to GattServicesLuiz Augusto von Dentz2016-04-291-3/+0
* core/gatt-client: Don't read extended propertiesLuiz Augusto von Dentz2016-04-291-52/+3
* monitor: Disable monitor socket if a TTY is usedJohan Hedberg2016-04-291-5/+2
* Make use of new tty_get_speed helperJohan Hedberg2016-04-275-194/+19
* shared: Add TTY speed helperJohan Hedberg2016-04-272-1/+82
* monitor: Update to new header format of TTY protocolJohan Hedberg2016-04-271-13/+31
* monitor: Permit monitor/mgmt socket errors if a TTY is usedJohan Hedberg2016-04-271-3/+6
* monitor: Add error return value to control_tty()Johan Hedberg2016-04-272-7/+12
* monitor: Add --tty-speed command line switchJohan Hedberg2016-04-273-4/+67
* monitor: Fix processing left-over dataJohan Hedberg2016-04-271-10/+12
* monitor: Fix checking for sufficient dataJohan Hedberg2016-04-271-2/+2
* client: Fix select-attribute behaviourFrancois Beaufort2016-04-261-1/+0
* Recognize Eddystone Configuration Service UUIDsFrancois Beaufort2016-04-251-1/+32
* lib: Add recently introduced SPI & I2C bus definesJohan Hedberg2016-04-223-0/+8
* monitor: Add --tty switch to help textJohan Hedberg2016-04-221-0/+1
* HACKING: Fix nit in instructionsFrancois Beaufort2016-04-221-2/+2
* audio/avrcp: Fix uninitialized variableFrancois Beaufort2016-04-221-1/+1
* gatt-client: Read extended props on service discoveryŁukasz Rymanowski2016-04-222-0/+116
* shared/gatt-server Check for ext. charact. prop. on reliable sessionŁukasz Rymanowski2016-04-222-1/+63
* shared/gatt-db: Extend gatt_db_attribute_get_char_data with ext. propŁukasz Rymanowski2016-04-2211-16/+85
* test-gatt: Fix characteristic propertiesŁukasz Rymanowski2016-04-221-9/+12
* btgatt-server: Fix GATT device name propertiesŁukasz Rymanowski2016-04-221-1/+2
* monitor: Add support for TTY based dataJohan Hedberg2016-04-213-1/+95