summaryrefslogtreecommitdiff
path: root/src/shared/gatt-client.h
Commit message (Expand)AuthorAgeFilesLines
* shared/gatt-client: Expose MTU.Arman Uguray2014-12-241-3/+5
* shared/gatt-client: Remove GATT structs and iteratorsArman Uguray2014-12-031-71/+3
* shared/gatt-client: Store services in gatt_dbArman Uguray2014-12-031-1/+3
* shared/gatt-client: Implement Read Multiple requestMarcin Kraglak2014-11-201-0/+7
* shared/att-types: Move GATT definesArman Uguray2014-10-241-9/+0
* shared/gatt: Add gatt-client include service iteratorMarcin Kraglak2014-10-231-0/+10
* shared/gatt: Discover included servicesMarcin Kraglak2014-10-231-0/+7
* shared/gatt: Distinguish Primary from Secondary servicesMarcin Kraglak2014-10-231-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-241-0/+7
* shared/gatt-client: Implement bt_gatt_client_register_notify.Arman Uguray2014-09-111-0/+25
* shared/gatt-client: Introduce struct bt_gatt_characteristic_iter.Arman Uguray2014-09-111-12/+20
* shared/gatt-client: Added bt_gatt_client_write_long_value.Arman Uguray2014-09-051-0/+10
* shared/gatt-client: Added simple write operations.Arman Uguray2014-09-051-0/+11
* shared/gatt-client: Added bt_gatt_client_read_long_value.Arman Uguray2014-09-051-0/+5
* shared/gatt-client: Added bt_gatt_client_read_value.Arman Uguray2014-09-051-0/+10
* shared/gatt-client: Implement characteristic discovery.Arman Uguray2014-08-281-1/+2
* shared/gatt-client: Add service iterator functions.Arman Uguray2014-08-281-0/+42
* shared/gatt-client: Add bt_gatt_client_set_debug.Arman Uguray2014-08-281-0/+5
* shared/gatt-client: Added initial skeleton and simple functions.Arman Uguray2014-08-281-0/+41