1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-02-20 00:40:04 +00:00

14973 Commits

Author SHA1 Message Date
Matthias Ringwald
ec9ab95169 goep_client: add goep_client_connect_l2cap with provided l2cap psm 2023-04-24 17:03:26 +02:00
Matthias Ringwald
5621068838 goep_client: add instance to goep_client_connect 2023-04-24 15:30:22 +02:00
Matthias Ringwald
75b57e5476 goep_client: add goep_client_connect 2023-04-24 15:27:38 +02:00
Matthias Ringwald
4e13f83869 goep_client: introduce goep_client_for_cid and goep_client_for_bearer_cid 2023-04-24 15:27:38 +02:00
Matthias Ringwald
bc209ef15b goep_client: move goep_client_t to header file 2023-04-24 15:27:38 +02:00
Matthias Ringwald
eb5527b90f goep_client: prefix state with goep_client 2023-04-24 15:27:38 +02:00
Matthias Ringwald
7b89ba556b goep_client: add linked list item 2023-04-24 15:27:38 +02:00
Matthias Ringwald
5e3d37d4f6 goep_client: request sdp query 2023-04-24 15:27:38 +02:00
Matthias Ringwald
65c2312e85 goep_client: remove code to get l2cap psm from protocol list 2023-04-24 15:27:38 +02:00
Matthias Ringwald
7324832b77 goep_client: connect to map mas instance 2023-04-24 15:27:38 +02:00
Matthias Ringwald
8f88fc0099 goep_client: store service uuid 2023-04-24 15:27:38 +02:00
Matthias Ringwald
6b795deed4 goep_client: set default pbap supported features 2023-04-24 15:27:27 +02:00
Simon Budig
345e06c540 classic/obex_srm: add common helper for obex SRM. 2023-04-24 15:27:18 +02:00
Matthias Ringwald
7e760b74ea goep_client: cache map supported features, supported message types and mas instance id 2023-04-24 15:25:42 +02:00
Matthias Ringwald
3289675454 avrcp_target: add supported feature flags for cover art 2023-04-24 15:00:36 +02:00
Milanka Ringwald
c4a41e6526 avrcp_controller: add supported feature flags for cover art 2023-04-24 15:00:35 +02:00
Matthias Ringwald
2e97cf5e0f avrcp_browsing: fix w4 sdp -> connect transition 2023-04-24 14:59:59 +02:00
Matthias Ringwald
a5fff93b0a avrcp_browsing: remove obsolete avrcp_browsing_sdp_query_context_t 2023-04-21 16:52:19 +02:00
Matthias Ringwald
2f0acaf70c avrcp_browsing: reuse avrcp sdp query 2023-04-21 16:52:19 +02:00
Matthias Ringwald
ef9778eeed avrcp: cache sdp results in avrcp_connection by default 2023-04-21 16:52:19 +02:00
Matthias Ringwald
6eafac075c avrcp: make avrcp_trigger_sdp_query public 2023-04-21 16:51:26 +02:00
Matthias Ringwald
bd9a32e4b8 avrcp: sort public functions 2023-04-21 16:51:26 +02:00
Matthias Ringwald
34d5ddfafd avrcp: streamline sdp query trigger 2023-04-21 16:51:26 +02:00
Matthias Ringwald
a8fcc0f5e0 avrcp: introduce trigger_sdp_query 2023-04-21 16:51:26 +02:00
Matthias Ringwald
7a3e65736f avrcp: extract avrcp_start_next_sdp_query 2023-04-21 16:51:26 +02:00
Matthias Ringwald
11256635e3 avrcp: allow to register callback for sdp complete from browsing component 2023-04-21 10:32:17 +02:00
Matthias Ringwald
47749e041b avrcp: combine sdp complete handlers into avrcp_handle_sdp_query_completed 2023-04-21 10:20:41 +02:00
Matthias Ringwald
60fb273d29 hci: support all le connection complete event variants 2023-04-20 17:41:49 +02:00
Matthias Ringwald
caa39ea28d btstack_defines: add HCI_SUBEVENT_LE_ENHANCED_CONNECTION_COMPLETE_V2 2023-04-20 17:41:49 +02:00
Matthias Ringwald
36e2ff5e99 posix-h4-bcm: download firmware at higher speed 2023-04-20 14:34:33 +02:00
Matthias Ringwald
8624321456 chipset/bcm: print local version information from ROM 2023-04-20 14:34:33 +02:00
Matthias Ringwald
e957bdcbde chipset/bcm: sync on hci complete for HCI Reset 2023-04-20 11:21:23 +02:00
Matthias Ringwald
efef2dd3af btstack_uart_posix: assert no pending read/write opration 2023-04-20 11:20:05 +02:00
Matthias Ringwald
6c9f72810b posix-h4-bcm: fix CMake project name 2023-04-20 10:03:23 +02:00
Matthias Ringwald
abf8479fe2 test/le_audio_broadcast: fix compile 2023-04-17 19:28:37 +02:00
Matthias Ringwald
a878cd3191 posix-h4: fix portaudio detection 2023-04-17 19:28:37 +02:00
Matthias Ringwald
d8910fa82b hci_transport_h4: fix receive long iso packets 2023-04-17 19:28:37 +02:00
Milanka Ringwald
b63105b5a4 ble/att_db: pass offset when preparing for blob read 2023-04-17 19:28:37 +02:00
Matthias Ringwald
a7b5cba552 btstack_lc3_google: support 44.1 kHz 2023-04-17 19:28:37 +02:00
Matthias Ringwald
18f91b9c2c bass_util: mark const structs parameters 2023-04-17 19:28:17 +02:00
Matthias Ringwald
8d085b9754 bass_server: mark const struct parameters 2023-04-17 19:28:17 +02:00
Matthias Ringwald
f67c2203c6 le_audio_util: mark const structs parameters 2023-04-17 19:27:56 +02:00
Matthias Ringwald
77a8d8da45 le-audio/le_audio: fix frame duration indices 2023-04-17 19:27:34 +02:00
Sanaa Hamel
079990e806 compile_gatt: fix incorrect GATT descriptor for VALID_RANGE and ENVIRONMENTAL_SENSING_MEASUREMENT
fix parseGenericDynamicReadOnlyDescriptor ignoring its uuid param
2023-04-17 10:53:09 +02:00
Matthias Ringwald
a6622c5743 example: use slave latency of 4 to avoid disconnects in some Controller combinations 2023-04-15 11:47:56 +02:00
Matthias Ringwald
effecf77ff changelog: add gatt over br/edr 2023-04-12 10:56:41 +02:00
Matthias Ringwald
8e10175717 example/gatt_browser: inline usage, fix typo 2023-04-12 10:53:23 +02:00
Matthias Ringwald
9ced96e155 gatt_client: fix build 2023-04-11 16:08:57 +02:00
Matthias Ringwald
6b4a68c3da gatt_client: handle l2cap disconnect 2023-04-11 15:47:22 +02:00
Matthias Ringwald
664e1f18ec gatt_client: handle att response over l2cap 2023-04-11 15:47:22 +02:00