5125 Commits

Author SHA1 Message Date
Matthias Ringwald
711e6c8033 use hci_con_handle_t more 2016-02-19 11:24:51 +01:00
Matthias Ringwald
a59bfbf79c events: enable HCI, HSP, HFP events 2016-02-19 11:11:57 +01:00
Matthias Ringwald
ca0d73dee0 events: fix format 2016-02-19 11:11:17 +01:00
Matthias Ringwald
2531c97e16 daemon: move examples from example/daemon to platform/daemon/example. fix mtk compile 2016-02-19 10:33:52 +01:00
Matthias Ringwald
3e8ca98812 examples: add quick readme 2016-02-19 09:56:53 +01:00
Matthias Ringwald
bcf00d8fa4 examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
Matthias Ringwald
e10ce42608 introduce meta event for ANCS Client events 2016-02-18 20:59:42 +01:00
Matthias Ringwald
39d235cb94 sort events a bit 2016-02-18 17:25:59 +01:00
Matthias Ringwald
e2334cdccc daemon: remove unneccessary events 2016-02-18 17:23:42 +01:00
Matthias Ringwald
15a95bd5aa gap: declare more hci functions as gap functions 2016-02-18 17:12:57 +01:00
Milanka Ringwald
dd5c93ea6b hfp ag: fix emit call answered event 2016-02-18 17:09:16 +01:00
Milanka Ringwald
352dca4473 hfp remove status field from events 2016-02-18 17:00:56 +01:00
Milanka Ringwald
65fd5e57ee hfp hf emit HFP_SUBEVENT_CALLING_LINE_INDETIFICATION_NOTIFICATION 2016-02-18 16:20:22 +01:00
Matthias Ringwald
313e337b78 event: support Service, Characteristic, Characteristic Descriptor in event generator needed for GATT Events. use new getter in examples 2016-02-18 16:16:46 +01:00
Milanka Ringwald
8db229bdf8 hfp hf: emit HFP_SUBEVENT_CALL_WAITING_NOTIFICATION 2016-02-18 16:04:44 +01:00
Matthias Ringwald
6ba2ad2202 gatt_client: extract functions to deserialize gatt client structs and provide in gatt_client 2016-02-18 15:46:17 +01:00
Matthias Ringwald
d25c33e5a2 gatt_client: prefix gatt structs with gatt_client 2016-02-18 15:29:33 +01:00
Milanka Ringwald
1f8186a719 Merge branch 'master' of https://github.com/bluekitchen/btstack 2016-02-18 15:08:37 +01:00
Milanka Ringwald
8d20c044a9 hfp hf: emit events instead of printf 2016-02-18 15:08:32 +01:00
Matthias Ringwald
f31a71cf4b sco: have h2_libusb emit HCI_EVENT_SCO_CAN_SEND_NOW when outgoing buffer available, send as long as can_send_now is true 2016-02-18 15:05:38 +01:00
Matthias Ringwald
63fa3374ea hci_transport: send HCI_EVENT_TRANSPORT_PACKET_SENT when buffer can be re-used, send HCI_EVENT_SCO_CAN_SEND_NOW if that's separate 2016-02-18 14:48:41 +01:00
Milanka Ringwald
206ba3fb6a hfp: use hfp_connection instead of connection/context 2016-02-18 14:41:46 +01:00
Milanka Ringwald
f1189ff18a hfp: use hfp_connection instead of connection/context 2016-02-18 14:32:26 +01:00
Matthias Ringwald
827b1c43e5 use DAEMON prefix for daemon events 2016-02-18 12:24:44 +01:00
Matthias Ringwald
023f27646b sdp_query_util: inline into sdp_util and sdp_client 2016-02-18 12:10:47 +01:00
Matthias Ringwald
c03cf9db38 c++ warning fixes 2016-02-18 11:31:33 +01:00
Milanka Ringwald
12429fcd5a fix compile 2016-02-18 11:29:09 +01:00
Matthias Ringwald
33a05ac652 gatt_client_test: fix c++ warning about narrowing 2016-02-18 11:25:41 +01:00
Matthias Ringwald
9b10478f28 hfp: fix calls to renamed hfp_init_ functions 2016-02-18 11:22:55 +01:00
Matthias Ringwald
adca832cb7 hfp_hf: api review 2016-02-18 11:00:54 +01:00
Milanka Ringwald
e424899e4e hfp hf docu 2016-02-18 10:32:37 +01:00
Matthias Ringwald
d13e2c60a2 doc: clean better 2016-02-18 10:30:27 +01:00
Matthias Ringwald
eda0480f01 Merge branch 'master' into ble-api-cleanup 2016-02-18 10:30:06 +01:00
Matthias Ringwald
17fe81726c add GAP_SERVICE_CHANGED 2016-02-18 10:10:28 +01:00
Matthias Ringwald
bdd66e8c7b daemon: fix compile 2016-02-17 21:08:16 +01:00
Matthias Ringwald
871e126195 sdp_client: remove sdp_parser.c references 2016-02-17 20:54:21 +01:00
Matthias Ringwald
cdfcecd214 cocoa: fix compile 2016-02-17 20:53:43 +01:00
Matthias Ringwald
e505764193 sdp_query: emit SDP_EVENT_QUERY_COMPLETE with error SDP_QUERY_BUSY 2016-02-17 20:38:37 +01:00
Matthias Ringwald
6c927b22a9 sdp_query: pass in packet handler on query instead of global registration. integrate sdp_parser into sdp_client 2016-02-17 20:21:21 +01:00
Milanka Ringwald
0c086799a0 hfp hf docu 2016-02-17 17:26:47 +01:00
Milanka Ringwald
3b6b9749b9 hfp hf docu 2016-02-17 16:34:01 +01:00
Milanka Ringwald
6fb5238a50 Merge branch 'master' of https://github.com/bluekitchen/btstack 2016-02-17 16:20:26 +01:00
Milanka Ringwald
41b2727e4a hfp hf docu 2016-02-17 16:20:14 +01:00
Milanka Ringwald
91617f4954 hfp hf doku 2016-02-17 15:33:21 +01:00
Milanka Ringwald
b60a2e308f hfp hf docu 2016-02-17 14:34:58 +01:00
Matthias Ringwald
edc5c5fee9 java: collect hfp and hsp subevents in seperate lists 2016-02-17 13:59:38 +01:00
Matthias Ringwald
204788c830 docs: fix list of HSP/HSP APIs 2016-02-17 13:49:09 +01:00
Milanka Ringwald
81326a9cda removed printf from hsp hs 2016-02-17 12:16:07 +01:00
Milanka Ringwald
fe9c0a514f Merge branch 'master' of https://github.com/bluekitchen/btstack 2016-02-17 12:09:46 +01:00
Milanka Ringwald
f943163913 updated hsp test file 2016-02-17 12:09:22 +01:00