16155 Commits

Author SHA1 Message Date
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
Matthias Ringwald
8183ac30e3 gatt_client: add gatt_client_discover_characteristics_for_service_with_context 2024-09-24 18:01:31 +02:00
Matthias Ringwald
aa43543a70 gatt_client: add gatt_client_find_included_services_for_service_with_context 2024-09-24 18:01:31 +02:00
Matthias Ringwald
68ced5c9a3 gatt_client: add gatt_client_discover_primary_services_by_uuid16_with_context 2024-09-24 18:01:31 +02:00
Matthias Ringwald
d578995f60 gatt_client: add service/connection id to GATT_EVENT_INCLUDED_SERVICE_QUERY_RESULT 2024-09-24 18:01:31 +02:00
Matthias Ringwald
5a6c9e2aa2 gatt_client: add service/connection id to GATT_EVENT_ALL_CHARACTERISTIC_DESCRIPTORS_QUERY_RESULT 2024-09-24 18:01:31 +02:00
Matthias Ringwald
185497a5c5 gatt_client: add service/connection id to GATT_EVENT_CHARACTERISTIC_QUERY_RESULT 2024-09-24 18:01:31 +02:00
Matthias Ringwald
521f582021 gatt_client: add service/connection id to GATT_EVENT_SERVICE_QUERY_RESULT 2024-09-24 18:01:31 +02:00
Matthias Ringwald
88371317a5 gatt_client: add service/connection id to GATT_EVENT_QUERY_COMPLETE 2024-09-24 18:01:31 +02:00
Matthias Ringwald
9da0238594 gatt_client: add service_id and connection_id 2024-09-24 18:01:31 +02:00
Matthias Ringwald
d8ef101d94 gatt_client: use hci_event_builder for GATT_EVENT_INCLUDED_SERVICE_QUERY_RESULT 2024-09-24 18:01:31 +02:00
Matthias Ringwald
1cfd161321 gatt_client: use hci_event_builder for GATT_EVENT_ALL_CHARACTERISTIC_DESCRIPTORS_QUERY_RESULT 2024-09-24 18:01:31 +02:00
Matthias Ringwald
b5a7d6a26c gatt_client: use hci_event_builder for GATT_EVENT_CHARACTERISTIC_QUERY_RESULT 2024-09-24 18:01:31 +02:00
Matthias Ringwald
c668d4cf16 gatt_client: use hci_event_builder for GATT_EVENT_SERVICE_QUERY_RESULT 2024-09-24 18:01:31 +02:00