summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* shared/gatt: Add included service iteratorMarcin Kraglak2014-10-232-0/+77
* shared/gatt: Add extra check in characteristic iteratorMarcin Kraglak2014-10-231-0/+20
* shared/gatt: Discover included services 128 bit UUIDSMarcin Kraglak2014-10-231-1/+166
* shared/gatt: Add initial implementation of discover_included_servicesMarcin Kraglak2014-10-231-2/+116
* shared/gatt: Add discover_secondary_services()Marcin Kraglak2014-10-232-16/+45
* src/profile: Add feature bits to MAS SDP recordGowtham Anandha Babu2014-10-221-0/+3
* core: Add ControllerMode to list of supported optionsJacob Siverskog2014-10-211-0/+1
* shared/gatt-server: Support Read By Group TypeArman Uguray2014-10-201-1/+177
* shared/gatt-server: Support Exchange MTUArman Uguray2014-10-201-6/+55
* shared/gatt-server: Introduce bt_gatt-serverArman Uguray2014-10-202-0/+162
* shared/att: Fix not responding to some requestsArman Uguray2014-10-201-0/+23
* shared/att: Fix handling of multiple requestsArman Uguray2014-10-201-40/+62
* core: Fix spelling mistake in configuration file exampleMarcel Holtmann2014-10-161-1/+1
* core: Ignore adapters without needed transport supportJohan Hedberg2014-10-101-0/+10
* core: Add ControllerMode config optionJohan Hedberg2014-10-104-8/+65
* shared/gatt-client: Handle ATT disconnectionLuiz Augusto von Dentz2014-10-031-5/+29
* shared/gatt-client: Fix gatt_client_initLuiz Augusto von Dentz2014-10-031-4/+3
* shared/gatt-client: Fix crash on bt_gatt_client_unrefLuiz Augusto von Dentz2014-10-031-2/+2
* shared/gatt-client: Simplify bt_gatt_client_newLuiz Augusto von Dentz2014-10-031-49/+38
* shared/uhid: Make use of io_sendLuiz Augusto von Dentz2014-09-301-3/+4
* shared/mgmt: Make use of io_sendLuiz Augusto von Dentz2014-09-301-6/+10
* shared/hci: Make use of io_sendLuiz Augusto von Dentz2014-09-301-6/+2
* shared/att: Make use of io_sendLuiz Augusto von Dentz2014-09-301-6/+9
* shared/io: Add io_sendLuiz Augusto von Dentz2014-09-303-0/+39
* shared/io: Do not return -1Luiz Augusto von Dentz2014-09-302-2/+5
* shared: Add helper functions for HCI based cryptoMarcel Holtmann2014-09-252-0/+223
* build: Add initial code for shared GAP handlingMarcel Holtmann2014-09-252-0/+243
* build: Move hciemu.c and hciemu.h into emulator directoryMarcel Holtmann2014-09-252-570/+0
* core: Fix compilation error with muslSzymon Janc2014-09-241-0/+1
* shared: Fix compilation errors with muslSzymon Janc2014-09-241-0/+1
* shared/gatt-client: Remove stray line.Arman Uguray2014-09-241-1/+0
* shared/gatt-client: Add bt_gatt_client_set_service_changed.Arman Uguray2014-09-242-5/+43
* shared/gatt-client: Add handler for "Service Changed" if GATT service changes.Arman Uguray2014-09-241-3/+45
* shared/gatt-client: Rediscover services within changed range.Arman Uguray2014-09-241-5/+106
* shared/gatt-client: Remove effected services from cache on Service Changed.Arman Uguray2014-09-241-51/+194
* shared/gatt-client: Register "Service Changed" handler as part of init.Arman Uguray2014-09-241-5/+98
* shared/gatt-client: Make service discovery more modular.Arman Uguray2014-09-241-31/+49
* shared/gatt-helpers: Allow service discovery by handle range.Arman Uguray2014-09-243-11/+36
* shared/hfp: Remove not used permissive_syntax valueLukasz Rymanowski2014-09-241-12/+0
* emulator/bthost: Add iovec supportLuiz Augusto von Dentz2014-09-181-14/+1
* emulator/btdev: Add iovec supportLuiz Augusto von Dentz2014-09-181-1/+15
* core: Fix missing channel unref on cached session watchSzymon Janc2014-09-121-0/+2
* core: Remove not used device_set_conn_param functionSzymon Janc2014-09-102-34/+0
* core: Fix storing connection parameters without store hint setSzymon Janc2014-09-101-3/+1
* shared/gatt-client: Handle incoming not/ind PDUs.Arman Uguray2014-09-113-86/+110
* shared/gatt-client: Implement bt_gatt_client_unregister_notify.Arman Uguray2014-09-111-3/+51
* shared/gatt-client: Implement bt_gatt_client_register_notify.Arman Uguray2014-09-112-39/+347
* shared/gatt-client: Introduce struct bt_gatt_characteristic_iter.Arman Uguray2014-09-112-26/+65
* sdp-client: Minor code style fixLukasz Rymanowski2014-09-091-1/+2
* sdp-client: Add disconnect watch for cached sessionLukasz Rymanowski2014-09-091-0/+23