Commit Graph

202 Commits

Author SHA1 Message Date
Matthias Ringwald
7aaf71bd93 hci_transport_hX_posix: extract open into btstack_uart_posix 2016-04-13 14:33:02 +02:00
Matthias Ringwald
c6a9a3658c hci_transport_hX_posix: extract set baudrate into btstack_uart_posix 2016-04-13 13:58:15 +02:00
Matthias Ringwald
0ce46700de gatt_client: drop packet handler for gatt_client_write_value_of_characteristic_without_response 2016-04-08 12:35:18 +02:00
Milanka Ringwald
8121ebc2cb fix compile 2016-04-01 17:11:32 +02:00
Milanka Ringwald
b6d4e5c9ae use l2cap event getters 2016-04-01 17:06:49 +02:00
Milanka Ringwald
10cad10245 use getters in HCI_EVENT_LE_META 2016-04-01 16:28:01 +02:00
Matthias Ringwald
1bb145c93b daemon: fix compile 2016-04-01 16:10:26 +02:00
Matthias Ringwald
88e0b3b2b2 posix: fix compile 2016-04-01 16:08:58 +02:00
Matthias Ringwald
8b26961ae5 mtk: fix hci transport, daemon: fix compile 2016-04-01 16:04:35 +02:00
Matthias Ringwald
62c64df103 daemon: prefix l2cap/rfcomm/sdp events only used by daemon 2016-04-01 15:37:36 +02:00
Matthias Ringwald
a232af0476 daemon: fix compile 2016-04-01 15:12:40 +02:00
Matthias Ringwald
82f3c2cd59 corefoundation: fix run loop impl 2016-04-01 15:12:19 +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
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
Matthias Ringwald
c9eeefbc1a events: RFCOMM_EVENT_OPEN_CHANNEL_COMPLETE -> RFCOMM_EVENT_CHANNEL_OPENED 2016-03-31 23:41:19 +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
615ae44436 posix: cleanup fast FTDI hack 2016-03-30 17:02:46 +02:00
Matthias Ringwald
d382f5313a fix compile 2016-03-30 15:06:15 +02:00
Matthias Ringwald
f316a84558 posix: use ms timeouts in run loop and also in hci.c 2016-03-30 15:03:26 +02:00
Matthias Ringwald
aec7654d98 prefix embedded HAVE_ 2016-03-30 11:06:56 +02:00
Matthias Ringwald
d0755cd68c prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +02:00
Matthias Ringwald
9490bce5e8 fix compile 2016-03-29 22:05:00 +02:00
Matthias Ringwald
e32b1c032a drop HAVE_SO_NOSIGPIPE 2016-03-29 21:51:43 +02:00
Matthias Ringwald
f8d88472fc rename cocoa to corefoundation 2016-03-28 13:15:21 +02:00
Matthias Ringwald
0cb5b9716d fix prototypes for fn() 2016-03-28 11:44:30 +02:00
Matthias Ringwald
e3f52beb49 daemon: fix compile 2016-03-28 11:36:15 +02:00
Matthias Ringwald
7f7a486516 cocoa: fix runloop compile 2016-03-28 11:35:44 +02:00
Matthias Ringwald
af0d0df5e5 replace malloc+memset by calloc 2016-03-27 23:01:37 +02:00
Matthias Ringwald
a32d71b603 replace malloc+memset by calloc 2016-03-27 22:54:25 +02:00
Matthias Ringwald
51acb41463 fix old contact email 2016-03-26 22:03:43 +01:00
Matthias Ringwald
fcb78cc1ab posix-h4: start sending immediately 2016-03-25 22:03:30 +01:00
Matthias Ringwald
8e28e4d320 hci_transport_posix_h4: implement async write 2016-03-24 23:41:21 +01:00
Matthias Ringwald
9894d052b6 runloop: implement data source callbacks for cocoa - also support write ready 2016-03-24 22:50:49 +01:00
Matthias Ringwald
c8db4fb6b1 runloop: fix compile in hci_transport_h4_ehcill_embedded 2016-03-24 22:49:36 +01:00
Matthias Ringwald
9120e843c2 runloop: implement data source callbacks for posix - also support write ready 2016-03-24 22:31:44 +01:00
Matthias Ringwald
b9f33ffe0c runloop: implement data source callbacks for embedded 2016-03-24 22:23:21 +01:00
Matthias Ringwald
0d70dd6280 runloop: pass enable/disable callbacks to run loop impl 2016-03-24 22:19:26 +01:00
Matthias Ringwald
24ced5a6f6 runloop: enable callback for all data sources 2016-03-24 22:12:50 +01:00
Matthias Ringwald
896424b78e runloop: add data source callback type to ds handler 2016-03-24 21:53:42 +01:00
Matthias Ringwald
f912b310ca runloop: pass callback type to data source process functions 2016-03-24 20:50:00 +01:00
Matthias Ringwald
7cd5ef9557 runloop: pass callback type to data source process functions 2016-03-24 20:46:20 +01:00
Matthias Ringwald
c4ae7169b8 runloop: replace struct btstack_data_source with btstack_data_source_t 2016-03-24 20:26:16 +01:00
Matthias Ringwald
3a5c43eebf runloop: set data source fd by new setter 2016-03-24 20:04:14 +01:00
Matthias Ringwald
0f964fb051 runloop: set ds->process via setter 2016-03-24 19:47:23 +01:00
Matthias Ringwald
a86b799a1b runloop: set ds->process via setter 2016-03-24 19:45:57 +01:00
Matthias Ringwald
40403fbfd4 runloop: set ds->process via setter 2016-03-24 19:42:12 +01:00
Matthias Ringwald
835c167141 runloop: set ds->process via setter 2016-03-24 19:36:55 +01:00