Commit Graph

16168 Commits

Author SHA1 Message Date
Matthias Ringwald
45299ad704 doc: gitignore generated docs 2024-09-26 14:13:09 +02:00
Matthias Ringwald
b9bf29a070 gitignore: JetBrains IDE files 2024-09-26 14:13:09 +02:00
Matthias Ringwald
e54a3bca5d doc: add missing words in gap and gatt server sections 2024-09-26 13:55:55 +02:00
Tobias Müller
149e2bf9bd
gatt_client: fix error text (#631) 2024-09-26 09:06:46 +02:00
Tobias Müller
143eca7a03
example/le_streamer_client: fix index of phy_names (#630) 2024-09-26 09:04:21 +02:00
Matthias Ringwald
5ba953c2ee gatt-service/dis-server: suppress cppcheck warning 2024-09-26 08:17:09 +02:00
Matthias Ringwald
463bbfc472 example: add gatt_service_client to Makefile.inc 2024-09-25 18:13:34 +02:00
Matthias Ringwald
cd2a828590 example: add gatt_service_client to Makefile.inc 2024-09-25 17:38:15 +02:00
Matthias Ringwald
201ef9f69f test/le-audio: update 2024-09-25 16:16:17 +02:00
Matthias Ringwald
afb581af3f gatt-service/dis-server: update for v1.2 2024-09-25 16:16:17 +02:00
Matthias Ringwald
1d3c1f7fa0 gatt-service/dis-client: update for dis v1.2 2024-09-25 16:16:17 +02:00
Matthias Ringwald
a9cf7f9930 ble: add tx power service client 2024-09-25 16:16:17 +02:00
Matthias Ringwald
daa5f023ef ble: add link loss service server and client 2024-09-25 16:16:17 +02:00
Matthias Ringwald
1663a09d71 ble: add immediate alert service server and client 2024-09-25 16:16:17 +02:00
Matthias Ringwald
12879e7550 ble: add gatt_service_client 2024-09-25 16:16:17 +02:00
Matthias Ringwald
814908c5a4 gatt-service/bas-client: use request to send 2024-09-25 16:16:17 +02:00
Matthias Ringwald
b60c168034 gatt-service/hids-client: use error code instead of att status 2024-09-25 16:16:17 +02:00
Matthias Ringwald
fcf5cc990f gatt-service/sps-client: use error code instead of att status 2024-09-25 16:16:17 +02:00
Matthias Ringwald
31d175ff6d gatt-service/ancs-client: use request to send 2024-09-25 16:16:17 +02:00
Matthias Ringwald
59e9e2d128 gatt-service/bass-client: update 2024-09-25 16:16:17 +02:00
Matthias Ringwald
88e03d3c27 gatt-service: add gatt_service.gatt definitions 2024-09-25 16:16:17 +02:00
Matthias Ringwald
17b0fc30cc changelog: mention _with_context gatt client functions 2024-09-25 16:16:17 +02:00
Matthias Ringwald
7a6944e617 example/le_audio_demo_util_sink: fix warnings 2024-09-25 16:16:17 +02:00
Matthias Ringwald
65e7644287 example/le_audio_demo_util_source: support recording and 5-channel sine 2024-09-25 16:16:17 +02:00
Matthias Ringwald
d21278d067 le_audio: update utils 2024-09-25 16:16:17 +02:00
Matthias Ringwald
ba008c5f2d obex: add MAP constants 2024-09-25 16:16:17 +02:00
Matthias Ringwald
03ebb5214d goep_server: add disconnect, increase l2cap ertm buffer 2024-09-25 16:16:17 +02:00
Matthias Ringwald
650271be49 goep_client: select MAP instance with highest version 2024-09-25 16:16:17 +02:00
Matthias Ringwald
3db4d2e30d btstack_cvsd_plc: fix warning 2024-09-25 16:16:17 +02:00
Matthias Ringwald
e3c0c0c051 bluetooth_gatt: more UUIDs 2024-09-25 16:16:17 +02:00
Matthias Ringwald
6d891d93ad test/btstack_util: add empty coverage target 2024-09-25 08:06:03 +02:00
Matthias Ringwald
c26f92b34d gatt_client: set connection and service id for gatt_client_listen_for_service_characteristic_value_updates 2024-09-24 18:25:48 +02:00
Matthias Ringwald
f8b8dabac6 gatt_client: set service and connection id in gatt_client_listen_for_service_characteristic_value_updates 2024-09-24 18:25:48 +02:00
Matthias Ringwald
7bf08f64da test/mock: add gatt_client_request_to_send_gatt_query to mock gatt_client 2024-09-24 18:25:48 +02:00
Matthias Ringwald
fd01917f98 gatt_client: remove extra semicolon 2024-09-24 18:25:48 +02:00
Matthias Ringwald
1a4874dc54 gatt_client: allow to listen to characteristic value updates for service 2024-09-24 18:25:48 +02:00
Matthias Ringwald
2c937a6644 gatt_client: inline emit_event_to_registered_listeners 2024-09-24 18:25:48 +02:00
Matthias Ringwald
d03dbc9c8d gatt_client: extract report_gatt_characteristic_value_change for notification/indications 2024-09-24 18:25:48 +02:00
Matthias Ringwald
01e6dd7fbc gatt_client: pass service + connection id to setup_characteristic_value_packet 2024-09-24 18:25:48 +02:00
Matthias Ringwald
6201dbadd6 gatt_client: gatt_client_get_mtu returns 0 on error 2024-09-24 18:25:48 +02:00
Matthias Ringwald
7aa69c2486 test/mock: add service_id and connection_id to GATT Client events 2024-09-24 18:25:48 +02:00
Matthias Ringwald
2a954d4aec test/gatt-service-client: add hci_event_builder 2024-09-24 18:25:48 +02:00
Matthias Ringwald
f6a28e2542 gatt_client: add service and connection id to regular reads, notify + indicate 2024-09-24 18:09:16 +02:00
Matthias Ringwald
b641e2af2d gatt_client: add service and connection id to long reads 2024-09-24 18:09:11 +02:00
Matthias Ringwald
691e02c222 gatt_client: add gatt_client_read_long_value_of_characteristic_using_value_handle_with_context 2024-09-24 18:01:31 +02:00
Matthias Ringwald
b538fb896c gatt_client: add gatt_client_write_long_value_of_characteristic_with_context 2024-09-24 18:01:31 +02:00
Matthias Ringwald
e38d764ed9 gatt_client: add gatt_client_read_value_of_characteristic_using_value_handle_with_context 2024-09-24 18:01:31 +02:00
Matthias Ringwald
b444aa754d gatt_client: add gatt_client_write_value_of_characteristic_with_context 2024-09-24 18:01:31 +02:00
Matthias Ringwald
cb5b2b64b6 gatt_client: add gatt_client_write_client_characteristic_configuration_with_context 2024-09-24 18:01:31 +02:00
Matthias Ringwald
a94d23eaeb gatt_client: add gatt_client_discover_characteristic_descriptors_with_context 2024-09-24 18:01:31 +02:00