#
838e632c |
| 30-Jan-2018 |
Matthias Ringwald <[email protected]> |
gatt_client: drop gatt_client_pts_suppress_mtu_exchange function, replaced by gatt_client_mtu_enable_auto_negotiation(0)
|
#
5cf6c434 |
| 25-Jan-2018 |
Jakob Krantz <[email protected]> |
gatt_client: Adds configuration for when or if a MTU negotiation should be made.
- Disable automatic MTU negotiation for gatt_client. Add method to manually send a MTU negotiation
|
#
1f734b5f |
| 14-Jul-2017 |
Matthias Ringwald <[email protected]> |
gatt_client: add gatt_client_stop_listening_for_characteristic_value_updates
|
#
1934b586 |
| 10-Jan-2017 |
Matthias Ringwald <[email protected]> |
doc: tidy function signature, improve api parser
|
#
86c38559 |
| 08-Apr-2016 |
Matthias Ringwald <[email protected]> |
gatt_client: store notification callback, fix characteristic serialization. ancs_client: also listen for notification source notifications
|
#
830ec672 |
| 07-Apr-2016 |
Matthias Ringwald <[email protected]> |
gatt_client: drop packet handler for gatt_client_write_value_of_characteristic_without_response
|
#
fc64f94a |
| 19-Feb-2016 |
Matthias Ringwald <[email protected]> |
use hci_con_handle_t more
|
#
711e6c80 |
| 19-Feb-2016 |
Matthias Ringwald <[email protected]> |
use hci_con_handle_t more
|
#
313e337b |
| 18-Feb-2016 |
Matthias Ringwald <[email protected]> |
event: support Service, Characteristic, Characteristic Descriptor in event generator needed for GATT Events. use new getter in examples
|
#
6ba2ad22 |
| 18-Feb-2016 |
Matthias Ringwald <[email protected]> |
gatt_client: extract functions to deserialize gatt client structs and provide in gatt_client
|
#
d25c33e5 |
| 18-Feb-2016 |
Matthias Ringwald <[email protected]> |
gatt_client: prefix gatt structs with gatt_client
|
#
9c662c9b |
| 12-Feb-2016 |
Matthias Ringwald <[email protected]> |
gatt_client: drop subclient struct and id. pass in callback for requests. new gatt_client_listen_for_characteristic_value_updates for notifications and indications with client provided storage
|
#
b6e96f14 |
| 04-Feb-2016 |
Matthias Ringwald <[email protected]> |
gatt_client: use btstack_packet_handler instead of (*fn)(type,packet,size) for events
|
#
5611a760 |
| 30-Jan-2016 |
Matthias Ringwald <[email protected]> |
use for event types
|
#
ec820d77 |
| 20-Jan-2016 |
Matthias Ringwald <[email protected]> |
prefix data_source_t and timer_source_t with btstack
|
#
665d90f2 |
| 20-Jan-2016 |
Matthias Ringwald <[email protected]> |
prefixed all linked list types and functions with btstack_
|
#
616edd56 |
| 16-Nov-2015 |
Matthias Ringwald <[email protected]> |
replace le_command_status_t with regular Bluetooth uint8_t error codes, add le_command_status_t enums to error list
|
#
3deb3ec6 |
| 13-Nov-2015 |
Matthias Ringwald <[email protected]> |
split sources into core, ble, and classic
|