1706 Commits

Author SHA1 Message Date
Milanka Ringwald
5eff374c75 example/hfp_ag_demo: add commands for initiating and establishing outgoing call 2022-05-24 14:38:11 +02:00
Matthias Ringwald
9d0104069f example: fix warnings 2022-05-23 15:16:50 +02:00
Matthias Ringwald
db2353e526 example: use snprintf 2022-05-23 15:16:50 +02:00
Matthias Ringwald
f89e874b33 windows: ignore deprecated warning for fopen 2022-05-23 14:50:18 +02:00
Matthias Ringwald
527e8cd27e example/a2dp_sink_demo: don't store sbc data in file 2022-05-23 14:50:18 +02:00
Matthias Ringwald
98318a9712 example: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro 2022-05-09 14:46:20 +02:00
Matthias Ringwald
0801ef928e example: fix warnings 2022-04-30 22:05:44 +02:00
Matthias Ringwald
ac385481f1 example: CMakeLists.txt provides list of examples separated by Bluetooth mode 2022-04-29 12:57:35 +02:00
Matthias Ringwald
0c10ebdb23 example/hfp_hf_demo: print alpha CLIP alpha field 2022-03-18 10:19:37 +01:00
Matthias Ringwald
1fd701e0cd ports: add a2dp 2022-03-16 22:20:09 +01:00
Matthias Ringwald
ed129911d0 example/a2dp_sink_demo: clean up debug output 2022-03-16 22:20:09 +01:00
Matthias Ringwald
166658603a example: allow role switch in a2dp_sink_demo and hfp_hf_demo 2022-03-16 11:05:53 +01:00
Matthias Ringwald
ad06355e76 example/pbap_client_demo: print operation complete status 2022-03-04 10:38:42 +01:00
Matthias Ringwald
3ad98ca75b example/hfp_ag_demo: print microphone and speaker gain 2022-02-24 11:25:47 +01:00
Matthias Ringwald
58cdfdbe8b exmple/mesh_node_demo: use
instead of strcat
2022-02-15 12:29:36 +01:00
Matthias Ringwald
182f71a59e example/sdp_rfcomm_query: use btstack_strcpy 2022-01-17 16:45:03 +01:00
Matthias Ringwald
82b4f8a589 example/audio_duplex: avoid noise on start 2021-12-28 21:39:42 +01:00
Matthias Ringwald
f5cfc39fc2 example/audio_duplex: improve for stereo input 2021-12-28 21:39:42 +01:00
Matthias Ringwald
e4722de56f example/pbap_client_demo: improve user interface 2021-12-21 13:23:56 +01:00
Matthias Ringwald
7c7befac01 avrcp_browsing, goep_client: request 16-bit FCS for ERTM 2021-12-20 15:00:36 +01:00
Matthias Ringwald
8c9bb29ec2 example: init SM if LE supported to avoid issue with Android Cross-Transport Key-Derivation 2021-12-17 21:04:50 +01:00
Matthias Ringwald
9d65c99253 example: remove call to le_device_db_init 2021-12-17 20:48:53 +01:00
Matthias Ringwald
2e3335af42 example/hsp: update examples 2021-11-29 14:43:11 +01:00
Matthias Ringwald
4de67120c0 example: add obex_parser.c to examples 2021-11-26 22:34:48 +01:00
Matthias Ringwald
feadaffdb1 example: le cbm clien/server - fix build 2021-11-22 14:51:36 +01:00
Matthias Ringwald
01f33f4af1 l2cap: unify events for can send now, packet sent, channel closed (CbM/ECBM using existing events) 2021-11-22 14:42:42 +01:00
Matthias Ringwald
f062abd6f2 l2cap: fold cbm/ecbm send data into l2cap_send 2021-11-22 12:19:24 +01:00
Matthias Ringwald
284d66bc61 example: rename le_data_channel examples into le_credit_based_flow_control_mode 2021-11-20 22:51:15 +01:00
Matthias Ringwald
dfc5d4aed9 l2cap: use CBM and ECBM prefix in l2cap event 2021-11-19 15:30:43 +01:00
Matthias Ringwald
f25e60dece l2cap: streamline ertm, cbm, ecbm function names 2021-11-19 11:04:16 +01:00
Matthias Ringwald
018f389495 example: fix le_data_channel_server 2021-11-18 21:11:00 +01:00
Matthias Ringwald
441a7ef1e8 example: fix build 2021-11-16 11:09:15 +01:00
Milanka Ringwald
2fca4dad95 license: update text 2021-11-02 09:31:00 +01:00
Milanka Ringwald
529f9fcac2 example/a2dp_sink_demo: fix compile 2021-10-28 15:02:46 +02:00
Milanka Ringwald
0346f11d88 avrcp_target: set events and companies 2021-10-28 11:46:53 +02:00
Milanka Ringwald
8904232662 avrcp_target: send supported events and companies directly on AVRCP_PDU_ID_GET_CAPABILITIES query, remove callback from the app 2021-10-28 11:39:12 +02:00
Milanka Ringwald
b2e02b8d16 avrcp_controller: rename event 2021-10-26 16:58:41 +02:00
Milanka Ringwald
bce3db218b avrcp_controller: emit AVRCP_SUBEVENT_ENABLE_NOTIFICATION_COMPLETE 2021-10-26 16:58:41 +02:00
Milanka Ringwald
2ac1dc76c9 avrcp_controller: automatically query supported events when registering for notifications 2021-10-26 16:58:40 +02:00
Matthias Ringwald
9e6ecc42e2 Fix warnings 2021-10-21 22:17:24 +02:00
Matthias Ringwald
b43dabc88d pbap_client_demo: avoid recursive expansion of phone book name on 'Select SIM1' command 2021-10-13 19:31:52 +02:00
Matthias Ringwald
fb3c5474af a2dp_sink_demo: fix unused variable warning 2021-10-13 12:22:20 +02:00
Milanka Ringwald
873b8e568a example: remove handling of notification events with INTERIM status 2021-10-13 12:04:02 +02:00
Matthias Ringwald
0e40986336 a2dp_sink_demo: avoid buffer overrun 2021-10-13 11:31:30 +02:00
Milanka Ringwald
aff3a7a6bf example/a2dp_source_demo: report initial battery and volume status 2021-10-08 15:35:36 +02:00
Milanka Ringwald
019328b260 example/a2dp_sink_demo: demonstrate battery value update 2021-10-08 15:35:36 +02:00
Milanka Ringwald
35facaddd1 gatt-service: implement MICS Client 2021-09-28 16:15:13 +02:00
Milanka Ringwald
ac27f3f217 pbap_client: fix parameter name 2021-09-16 16:42:41 +02:00
Milanka Ringwald
48ce193c1b a2dp sink: allow accept or reject of stream start on A2DP_SUBEVENT_START_STREAM_REQUESTED when ENABLE_AVDTP_ACCEPTOR_EXPLICIT_START_STREAM_CONFIRMATION is defined 2021-09-09 11:34:37 +02:00
Matthias Ringwald
6b83a8100b a2dp demos: remove useless handler for AVRCP_SUBEVENT_NOTIFICATION_VOLUME_CHANGED 2021-08-31 14:56:22 +02:00