Commit Graph

6968 Commits

Author SHA1 Message Date
Matthias Ringwald
1586edfb48 stm32-l053r8-em9304: Reset EM9304 at start 2017-07-04 21:13:38 +02:00
Matthias Ringwald
5c0535c926 stm32-l053r8-em9304: STM32CubeMX-based Makefile project, PoC HCI Reset 2017-07-04 21:13:38 +02:00
Matthias Ringwald
9163ed0f77 le_streamer_client: remove 'hidden' break, fix test 2017-07-04 19:54:59 +02:00
Matthias Ringwald
828fd804b0 freertos: HAVE_FREERTOS_TASK_NOTIFICATION uses FreeRTOS Task Notifications from v8.2 to trigger run loop 2017-07-04 19:43:02 +02:00
Matthias Ringwald
7c5fbb2726 chipset: update EM9304 info 2017-07-04 18:44:30 +02:00
Matthias Ringwald
ee6b16138c test: fix compile. libusb: fix warning 2017-07-04 17:38:30 +02:00
Matthias Ringwald
1b1c95e9d6 sm: only send commands when HCI_STATE_WORKING 2017-07-04 17:31:04 +02:00
Matthias Ringwald
ec111c8bcd hci: added hci_get_state() 2017-07-04 17:30:27 +02:00
Matthias Ringwald
b7832c7f15 btstack_run_loop: don't call btstack_run_loop_remove_timer from platform implementation 2017-07-04 15:27:27 +02:00
Matthias Ringwald
9d139fbae6 l2cap: limit remote MTU to size of outgoing HCI buffer 2017-07-03 13:48:43 +02:00
Matthias Ringwald
f97cfcbbaa avdtp: mark avdtp_header(..) as static inline and move to header 2017-07-02 22:33:50 +02:00
Matthias Ringwald
b397c740f5 tst/btstack_link_key_db: fix compilation 2017-06-30 12:46:02 +02:00
Matthias Ringwald
4eb4be81ab a2dp: report required buffer size when too small 2017-06-30 12:42:09 +02:00
Matthias Ringwald
58044c3948 posix/btstack_link_key_db_fs_instance: only btstack_link_key_db_fs_instance is public 2017-06-30 08:17:09 +02:00
Matthias Ringwald
8e46c84798 example/le_streamer: print connection interval and connection latency on connect 2017-06-27 12:14:45 +02:00
Matthias Ringwald
e67b545f69 example/le_streamer: fix accidental commit 2017-06-26 23:33:15 +02:00
Matthias Ringwald
7e289bee01 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-06-22 16:04:54 +02:00
Matthias Ringwald
d5ff3b26ac fix warnings - mostly enum casts and set but not used 2017-06-22 15:29:47 +02:00
Matthias Ringwald
1d90e89253 btstack_link_key_db_tlv: fix include, extract tag 2017-06-22 10:55:09 +02:00
Matthias Ringwald
ecd2c7e041 btstack_link_key_db_static: mark instance as static 2017-06-21 17:34:17 +02:00
Matthias Ringwald
ba9e989ad9 Rename btstack_link_key_db_fixed into btstack_link_key_db_static 2017-06-20 11:04:57 +02:00
Milanka Ringwald
ba2939f612 hfp hf: exclude rhh tests 2017-06-19 15:52:29 +02:00
Milanka Ringwald
894da8f6a6 hfp hf test: fix position of OK occurence 2017-06-19 15:26:40 +02:00
Matthias Ringwald
c5c9578377 test/avrcp: finish transition to avrcp_cid 2017-06-16 15:54:59 +02:00
Matthias Ringwald
1016a22897 hfp: don't send new command while ok still pending 2017-06-15 15:21:21 +02:00
Matthias Ringwald
19830e3fd9 daemon: fix warnings 2017-06-15 14:32:52 +02:00
Matthias Ringwald
5aed585b77 spp_streamer: disable page/inquiry scan during test 2017-06-15 11:34:14 +02:00
Matthias Ringwald
e2b367a767 test/avrcp: fix 'c' command 2017-06-14 16:30:45 +02:00
Milanka Ringwald
af4998cebe avrcp: remove printf 2017-06-14 15:53:43 +02:00
Milanka Ringwald
9eca143a1a Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2017-06-14 15:51:04 +02:00
Milanka Ringwald
d1845da3cd avrcp: enable all events to register, for pts purposes add single shot rewind and fast forward 2017-06-14 15:50:50 +02:00
Matthias Ringwald
56b31fad2a test/avrpc: add guards for HAVE_BTSTACK_STDIN 2017-06-14 15:47:43 +02:00
Milanka Ringwald
a0019d6cd5 avrcp: add pts test 2017-06-14 14:32:51 +02:00
Milanka Ringwald
89f1e358dd hfp hf: fix typo, add event to demo 2017-06-14 14:31:58 +02:00
Milanka Ringwald
1b3c69e83d avdtp acceptor: fix set config 2017-06-14 14:13:12 +02:00
Milanka Ringwald
2d46c2e68a a2dp demo: fix cmd interface 2017-06-14 14:12:09 +02:00
Milanka Ringwald
8b097e296f avdtp: check if media handler exists before calling it 2017-06-14 14:10:46 +02:00
Milanka Ringwald
64421eb6d5 ad2p sink: add demo 2017-06-13 15:32:44 +02:00
Milanka Ringwald
9f951df8c7 avrcp+avdtp sink: add joined demo 2017-06-13 15:23:23 +02:00
Milanka Ringwald
ac98fce4e3 avdtp: fix wrongly freed stream endpoint 2017-06-13 15:22:58 +02:00
Matthias Ringwald
a635c9d9b2 rfcomm: add missing includs 2017-06-12 13:54:28 +02:00
Matthias Ringwald
037db3880d libusb: add convenient clean_src that deletes .o in src folders 2017-06-12 12:29:55 +02:00
Matthias Ringwald
bdab4b0beb remove <unistd.h> from examples and avrcp impl 2017-06-12 12:29:21 +02:00
Matthias Ringwald
09a233a15f hfp: free hfp connection struct on disconnect 2017-06-12 11:46:54 +02:00
Matthias Ringwald
671c66c199 avdtp: free stream endpoints and connection on l2cap close 2017-06-12 11:44:44 +02:00
Matthias Ringwald
47ec446b23 avrcp: fix compile 2017-06-12 11:38:00 +02:00
Matthias Ringwald
6f43fcd768 avrcp: drop con_handle from connection struct, use avrcp_cid in events, free memory on disconnect 2017-06-12 11:32:55 +02:00
Matthias Ringwald
7c03fe59ad example/spp_streamer_client: use state to decide on next action on inquiry complete 2017-06-12 11:24:11 +02:00
Matthias Ringwald
287c758dd4 example/spp_streamer_client: use gap_inquiry functions instead of sending hci 2017-06-09 23:05:23 +02:00
Matthias Ringwald
0e55bd6930 hci: exit hci_run after sending remote name request 2017-06-09 23:03:04 +02:00