#
1ac26e06 |
| 20-Sep-2017 |
Matthias Ringwald <[email protected]> |
bnep: review UNUSED-size
|
#
1f734b5f |
| 14-Jul-2017 |
Matthias Ringwald <[email protected]> |
gatt_client: add gatt_client_stop_listening_for_characteristic_value_updates
|
#
ab2c6ae4 |
| 24-Mar-2017 |
Matthias Ringwald <[email protected]> |
tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__
|
#
7a766ebf |
| 13-Jan-2017 |
Matthias Ringwald <[email protected]> |
LE: require ENABLE_LE_SIGNED_WRITE for ATT/GATT Signed Writes
|
#
9ec2630c |
| 22-Dec-2016 |
Matthias Ringwald <[email protected]> |
fix unused parameters warning
|
#
fac60fea |
| 29-Sep-2016 |
Matthias Ringwald <[email protected]> |
fix compile
|
#
4dfd504a |
| 20-Jun-2016 |
Matthias Ringwald <[email protected]> |
sm: sm_cmac_start -> sm_cmac_signed_write
|
#
b6e003bc |
| 07-Jun-2016 |
Matthias Ringwald <[email protected]> |
gatt: log gatt client events to hci_dump
|
#
86c38559 |
| 08-Apr-2016 |
Matthias Ringwald <[email protected]> |
gatt_client: store notification callback, fix characteristic serialization. ancs_client: also listen for notification source notifications
|
#
51764b3b |
| 07-Apr-2016 |
Matthias Ringwald <[email protected]> |
gatt_client: use att_dispatch_client instead of att_dispatch_server functions
|
#
de9f8e94 |
| 07-Apr-2016 |
Matthias Ringwald <[email protected]> |
gatt_client: drop packet handler for gatt_client_write_value_of_characteristic_without_response
|
#
59c6af15 |
| 28-Mar-2016 |
Matthias Ringwald <[email protected]> |
add classic/core.h and ble/core.h, add ENABLE_CLASSIC where missing
|
#
0e2df43f |
| 19-Feb-2016 |
Matthias Ringwald <[email protected]> |
event: introduce hci_event_packet_get_type
|
#
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
|
#
d8e8f12a |
| 12-Feb-2016 |
Matthias Ringwald <[email protected]> |
gap.h: use gap_ instead of le_central_ or gap_le_
|
#
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
|
#
591423b2 |
| 11-Feb-2016 |
Matthias Ringwald <[email protected]> |
att -> att_db
|
#
9c80e4cc |
| 11-Feb-2016 |
Matthias Ringwald <[email protected]> |
util.h: rename swapX into reverse_x
|
#
e1a125df |
| 10-Feb-2016 |
Matthias Ringwald <[email protected]> |
util.h: new names uuid_has_bluetooth_prefix();uuid_add_bluetooth_prefix()
|
#
19448c0b |
| 05-Feb-2016 |
Matthias Ringwald <[email protected]> |
att_dispatch: wrap calls to l2cap_can_send_fixed_channel for att client/server
|
#
b6e96f14 |
| 04-Feb-2016 |
Matthias Ringwald <[email protected]> |
gatt_client: use btstack_packet_handler instead of (*fn)(type,packet,size) for events
|