1034 Commits

Author SHA1 Message Date
Matthias Ringwald
d9ec3f99b2 example/hsp_X_demo: fix error report for HSP_SUBEVENT_RFCOMM_CONNECTION_COMPLETE 2016-04-22 10:09:40 +02:00
Matthias Ringwald
bdb44bd96a example/hsp+hfp: prettify SCO packet count, show remote addr in menu 2016-04-21 21:48:56 +02:00
Matthias Ringwald
13839019fa HFP + HSP: use uniform btstack_packet_handler_t 2016-04-21 21:37:40 +02:00
Matthias Ringwald
3d50b4ba50 hci: use btstack_packet_handler_t for acl and sco callbacks 2016-04-21 20:47:37 +02:00
Matthias Ringwald
3cef842b65 example/hfp_ag: send sinus wave to HF 2016-04-21 15:58:44 +02:00
Matthias Ringwald
e64e0086b6 example/hfp_ag: tidy up 2016-04-21 14:50:02 +02:00
Matthias Ringwald
6a7f493ac5 example/hsp: fix docu to refer to ENABLE_SCO_OVER_HCI 2016-04-18 16:15:39 +02:00
Matthias Ringwald
954716f043 example: drop example/gap_inquiry_and_bond.c 2016-04-10 22:00:25 +02:00
Matthias Ringwald
b3fcedb9c9 compile-gatt.py -> compile_gatt.py 2016-04-10 21:58:19 +02:00
Matthias Ringwald
d356a6da17 move 'BTstack up and running' message from examples into port/../main.c 2016-04-08 23:23:09 +02:00
Matthias Ringwald
b63f0f20d2 example: drop example/gap_inquiry_and_bond.c 2016-04-08 22:56:24 +02:00
Matthias Ringwald
77a5a3586d example/ancs_demo: register for both hci and sm events 2016-04-08 21:38:24 +02:00
Milanka Ringwald
a0653c3b5c hfp: HFP_SUBEVENT_SERVICE_LEVEL_CONNECTION_ESTABLISHED emited with connection handle 2016-04-08 17:04:40 +02:00
Matthias Ringwald
d057580e4d hci: add hci_request_sco_can_send_now_event 2016-04-08 12:30:35 +02:00
Matthias Ringwald
d735b00bf5 example/le_counter: only beat when connected 2016-04-07 15:42:32 +02:00
Matthias Ringwald
c141988c58 att_server: add con handle to send related functions 2016-04-07 14:52:50 +02:00
Matthias Ringwald
a31ff99271 examples: spp_and_le_counter, spp_counter - use rfcomm_request_can_send_now_event 2016-04-03 22:11:59 +02:00
Matthias Ringwald
9b146bc2f1 examples: spp_and_le_counter - use att_server_request_can_send_now_event 2016-04-03 21:37:20 +02:00
Matthias Ringwald
c4792ed925 examples: le_counter, le_streamer - use att_server_request_can_send_now_event 2016-04-02 22:22:36 +02:00
Milanka Ringwald
b6d4e5c9ae use l2cap event getters 2016-04-01 17:06:49 +02:00
Milanka Ringwald
8940fcc344 use getters in ATT_EVENT_MTU_EXCHANGE_COMPLETE 2016-04-01 16:35:38 +02:00
Milanka Ringwald
10cad10245 use getters in HCI_EVENT_LE_META 2016-04-01 16:28:01 +02:00
Milanka Ringwald
cdc7d1ab0b use btstack_event_state_get_state 2016-04-01 16:23:28 +02:00
Milanka Ringwald
3ee82ab15a use getters in GAP_EVENT_ADVERTISING_REPORT 2016-04-01 16:08:15 +02:00
Milanka Ringwald
0696953a74 use getters in hfp demos 2016-04-01 15:48:05 +02:00
Milanka Ringwald
206531d881 use getters in hsp examples 2016-04-01 15:24:22 +02:00
Milanka Ringwald
508c11d664 use getters in BNEP_EVENT_CHANNEL_OPENED 2016-04-01 14:49:31 +02:00
Milanka Ringwald
32fe02795b use hci_event_link_key_request_get_bd_addr 2016-04-01 14:43:59 +02:00
Milanka Ringwald
caa8239151 use getters in RFCOMM_EVENT_INCOMING_CONNECTION and RFCOMM_EVENT_CHANNEL_OPENED 2016-04-01 14:31:18 +02:00
Milanka Ringwald
a6ef64ba22 use hci_event_pin_code_request_get_bd_addr 2016-04-01 14:04:14 +02:00
Matthias Ringwald
000580bcf9 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-04-01 12:36:44 +02:00
Matthias Ringwald
0c24975018 bnep: allow to specify packet handler per outgoing channel/service 2016-04-01 12:36:12 +02:00
Milanka Ringwald
be7cc9a0c2 use btstack_event_state_get_state 2016-04-01 12:27:13 +02:00
Milanka Ringwald
f8744dea34 use hci_event_inquiry_result_get_num_responses 2016-04-01 12:16:32 +02:00
Milanka Ringwald
fb42b6e599 use btstack_event_state_get_state 2016-04-01 12:07:08 +02:00
Milanka Ringwald
2b6b8c1579 docu: add missing tag 2016-04-01 11:57:00 +02:00
Matthias Ringwald
423c667c13 bnep: add bnep_cid to all events, generate bnep event getters, BNEP_EVENT_OPEN_CHANNEL_COMPLETE -> BNEP_EVENT_CHANNEL_OPENED 2016-04-01 11:41:58 +02:00
Matthias Ringwald
f8f6a918bd events: RFCOMM_EVENT_OPEN_CHANNEL_COMPLETE -> RFCOMM_EVENT_CHANNEL_OPENED 2016-03-31 23:37:33 +02:00
Matthias Ringwald
2d4c8c042f bnep: BNEP_EVENT_CAN_SEND_NOW instead of BNEP_EVENT_READY_TO_SEND 2016-03-31 15:18:39 +02:00
Matthias Ringwald
1193857ef4 example/spp_streamer: report premature channel close 2016-03-31 14:36:26 +02:00
Matthias Ringwald
5f27b1a1e1 example/spp_streamer: use new rfcomm_request_can_send_now_event 2016-03-31 14:23:21 +02:00
Matthias Ringwald
6dcd2e7718 exxample/spp_streamer: prettify output 2016-03-31 14:17:30 +02:00
Matthias Ringwald
d0755cd68c prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +02:00
Matthias Ringwald
4af4141bbd fix compile of examples using stdin_support 2016-03-28 20:10:55 +02:00
Matthias Ringwald
3f390fa98a example: le_streamer add write_without_response characteristic 2016-03-28 15:15:36 +02:00
Matthias Ringwald
3583331350 fix prototypes for fn() 2016-03-28 11:54:38 +02:00
Matthias Ringwald
60b9e82fcb hci/gap: move set_class_of_device to gap 2016-03-26 23:14:43 +01:00
Matthias Ringwald
fffdd28857 Merge branch 'master' into develop 2016-03-25 23:15:14 +01:00
Matthias Ringwald
80edae71fb runloop: use new setters in panu_demo 2016-03-24 21:56:47 +01:00
Matthias Ringwald
c4ae7169b8 runloop: replace struct btstack_data_source with btstack_data_source_t 2016-03-24 20:26:16 +01:00