10071 Commits

Author SHA1 Message Date
Matthias Ringwald
df6b38e67d example/spp_streamer_client: fix build 2019-09-16 11:36:10 +02:00
Matthias Ringwald
3392790ebc example/avrcp_browsing_client.c: fix warning 2019-09-16 11:32:36 +02:00
Matthias Ringwald
895065ea12 rfcomm: fix compile with ERTM enabled 2019-09-16 11:24:05 +02:00
Matthias Ringwald
71a95af981 example/spp_streamer_client: lookup RFCOMM Server Channel by SDP 2019-09-16 10:47:55 +02:00
Matthias Ringwald
b43a2cb652 test/obex: fix test data 2019-09-15 20:23:41 +02:00
Matthias Ringwald
5e540b03a0 test/maths: fix build 2019-09-15 20:12:24 +02:00
Matthias Ringwald
aa58a51854 test/hid_parser: fix compile with gcc 2019-09-15 19:34:25 +02:00
Matthias Ringwald
1c22f3beea test: fix and add to main make test 2019-09-14 22:36:27 +02:00
Matthias Ringwald
b1dcf9d89e btstack_event: use reverse_bytes to avoid cast to bd_addr_t 2019-09-14 21:55:47 +02:00
Matthias Ringwald
39426feb21 hfp_ag: extract hfp_ag_handle_reject_incoming_call 2019-09-14 16:14:34 +02:00
Milanka Ringwald
69d0a1a709 avrcp_browsing_target: fix compile 2019-09-13 15:16:07 +02:00
Matthias Ringwald
067de866b0 hci_transport_h4: avoid calling hci_transport_h4_trigger_next_read when transport is closed 2019-09-13 15:12:00 +02:00
Matthias Ringwald
e80b814d7d hci_transport_h4: avoid calling hci_transport_h4_trigger_next_read when transport is closed 2019-09-13 15:00:29 +02:00
Matthias Ringwald
63b7463190 libusb: add miissing space CMakeLists.txt 2019-09-13 11:41:58 +02:00
Matthias Ringwald
002abde24f doc/hci: hci_can_send_packet_now -> hci_can_send_command_packet_now 2019-09-12 18:08:24 +02:00
Matthias Ringwald
9af39d9f0f hci: add hci_read_pin_type and hci_write_pin_type 2019-09-12 18:05:03 +02:00
Milanka Ringwald
54b65e6f06 avrcp_browsing_controller: use local avrcp_browsing_get_next_cid function 2019-09-12 15:04:58 +02:00
Milanka Ringwald
c3c0cd33d7 mesh_health_server: if packet handler is not defined, skip sending events to client 2019-09-12 14:42:57 +02:00
Milanka Ringwald
f2d2ca19de avdtp: fix compiling issue 2019-09-12 14:41:31 +02:00
Milanka Ringwald
298aeecde0 avrcp: handle overrun and using existing cid 2019-09-12 14:41:05 +02:00
Milanka Ringwald
095ad46240 mesh: configure health server - assign mesh health server model context and operations 2019-09-12 11:21:10 +02:00
Milanka Ringwald
fef69b25dc Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2019-09-12 11:11:07 +02:00
Matthias Ringwald
ad254f5df7 hci_transport_h4: avoid calling hci_transport_h4_trigger_next_read when transport is closed 2019-09-12 11:04:31 +02:00
Matthias Ringwald
88dd0c2f70 example/mesh_node_demo: fix compile 2019-09-12 11:02:11 +02:00
Matthias Ringwald
480ff3cb1a mesh: fix compile without ENABLE_MESH_PROVISIONER 2019-09-12 10:19:06 +02:00
Milanka Ringwald
af121d545b avdtp: handle overrun and avoid duplicate stream endpoint id and avdtp cid 2019-09-10 15:07:30 +02:00
Milanka Ringwald
1859e0acd7 rfcomm: handle overrun and avoid duplicate ertm id 2019-09-10 14:48:01 +02:00
Milanka Ringwald
f53b779d3e rfcomm: handle overruns and avoid duplicate id 2019-09-10 14:37:15 +02:00
Matthias Ringwald
ae7be28205 changelog: update 2019-09-09 17:45:03 +02:00
Matthias Ringwald
6f37ec70b3 3rd-party/readme: add version info 2019-09-09 17:41:04 +02:00
Milanka Ringwald
30a044b095 mesh: rename pb_type_t to mesh_pb_type_t, fixes #249 2019-09-09 17:23:43 +02:00
Matthias Ringwald
1483c79213 mesh: fix build 2019-09-06 22:00:01 +02:00
Matthias Ringwald
5127fa8aeb mesh: use gatt/adv bearer only if enabled 2019-09-06 21:46:57 +02:00
Matthias Ringwald
47a0820c04 att_db: fix include guard 2019-09-06 21:37:00 +02:00
Matthias Ringwald
ec818a285c spp_server: add spp_create_custom_sdp_record 2019-09-06 18:01:52 +02:00
Matthias Ringwald
b4e354c12f tool/compile_gatt: fix tool permissions 2019-09-06 15:47:37 +02:00
Matthias Ringwald
78b65b0a93 tool/compile_gatt: normalize paths, use os specific path separators 2019-09-06 14:46:25 +02:00
Matthias Ringwald
948e8bfe93 daemon/libusb-intel/windows-winusb-intel: skip power down and hci close if firmware wasn't downloaded yet on SIGINT 2019-09-04 11:56:40 +02:00
Matthias Ringwald
228e430c3e hci: make gap_read_rssi accessible without ENABLE_CLASSIC 2019-09-03 21:05:11 +02:00
Matthias Ringwald
3e5e09262b hci: fix build 2019-09-02 21:48:10 +02:00
Matthias Ringwald
891b9fc269 gap: support reading RSSI for Classic+LE using gap_read_rssi. Emits GAP_EVENT_RSSI_MEASUREMENT 2019-09-02 21:39:50 +02:00
Milanka Ringwald
6268fbfe8d l2cap: handle l2cap local cid overrun, assert local cid is unique 2019-09-02 11:52:01 +02:00
Milanka Ringwald
6ddef68dd2 l2cap: move get next channel ID and next signaling sequence num to l2cap 2019-09-02 11:39:26 +02:00
Milanka Ringwald
4536712cf5 gap: use defines instead of constants for reject reason in HCI disconnect 2019-09-02 10:39:06 +02:00
Milanka Ringwald
07e010b651 gap: Register filter for rejecting classic connections 2019-09-02 10:12:56 +02:00
Matthias Ringwald
d7e6933a33 tool/metric: show metrics in table 2019-08-30 22:28:25 +02:00
Matthias Ringwald
4c65e7e535 readme: fix spelling and url 2019-08-30 14:22:39 +02:00
Matthias Ringwald
ca8ea3f59e 3rd-party: document third-party libraries and their license type 2019-08-30 10:47:08 +02:00
Matthias Ringwald
7846277fa5 tool/metric: Makefile to run ccsm and process it, minimal inttypes.h for ccsm 2019-08-29 21:07:09 +02:00
Matthias Ringwald
fda2bcc8f5 tool/metrics: use ccsm 2019-08-29 14:20:52 +02:00