2378 Commits

Author SHA1 Message Date
Matthias Ringwald
7cadd387f4 sdp: sdp_parser.c replaced by sdp_client.c 2016-03-11 15:24:03 +01:00
Matthias Ringwald
501f56b360 add gap_scan_response_set_data 2016-03-09 11:15:47 +01:00
Matthias Ringwald
b5550b84bf slip: fix encoder 2016-03-08 12:59:42 +01:00
Matthias Ringwald
4d6feae01a slip: implement decoder 2016-03-08 11:52:05 +01:00
Matthias Ringwald
ab67bfbb5a btstack_slip: encode/decode SLIP streams in BTstack 2016-03-08 10:19:39 +01:00
Matthias Ringwald
1169d70785 HSP_SUBEVENT_AUDIO_CONNECTION_COMPLETE add missing connection handle 2016-03-07 17:26:20 +01:00
Matthias Ringwald
045013fe99 java: use streamline event names, GAP_LE_EVENT_ADVERTISING_REPORT -> GAP_EVENT_ADVERTISING_REPORT 2016-03-07 17:19:53 +01:00
Matthias Ringwald
bef9a6fc8a bnep: fix set but not used warning 2016-03-04 14:27:48 +01:00
Matthias Ringwald
877f40f3bc add prototype for nibble_for_char 2016-03-04 14:25:42 +01:00
Matthias Ringwald
a6efb91912 rewrite sscanf_bd_addr to be sscanf free 2016-03-04 14:21:22 +01:00
Matthias Ringwald
d63c37a1e9 merge follow-up 2016-03-03 14:29:18 +01:00
Matthias Ringwald
a0ffb263e0 Merge branch 'master' into ble-api-cleanup 2016-03-03 14:26:11 +01:00
Milanka Ringwald
7da732ff7b hfp ag: document functions 2016-03-02 17:33:38 +01:00
Matthias Ringwald
71c4de7a56 sco: HAVE_SCO_OVER_HCI -> ENABLE_SCO_OVER_HCI 2016-03-01 17:29:04 +01:00
Matthias Ringwald
372d62c463 att_server: handle l2cap_can_send_now events 2016-02-29 14:39:06 +01:00
Matthias Ringwald
b947e68458 att_dispatch: use hci_can_send_acl_le_packet_now to avoid warning about incorrect con handle 2016-02-29 14:37:44 +01:00
Matthias Ringwald
03858e25c4 h5: add hci_transport_h5_instance 2016-02-26 21:15:48 +01:00
Matthias Ringwald
7299c0fe9a hci_util: fix compile 2016-02-26 21:15:13 +01:00
Matthias Ringwald
90944a9ab7 event: drop getter for subevent_code in subevent 2016-02-19 17:31:49 +01:00
Milanka Ringwald
6174b33ff8 hfp ag: update docu 2016-02-19 15:46:31 +01:00
Matthias Ringwald
0e2df43f5c event: introduce hci_event_packet_get_type 2016-02-19 14:52:36 +01:00
Milanka Ringwald
e86127dffc hfp ag: update docu 2016-02-19 14:47:26 +01:00
Matthias Ringwald
591e55515a ancs_client: use btstack_packet_handler_t 2016-02-19 14:05:39 +01:00
Matthias Ringwald
e628322d35 rfcomm: move private events to implementation 2016-02-19 14:01:30 +01:00
Matthias Ringwald
fc64f94a83 use hci_con_handle_t more 2016-02-19 13:57:49 +01:00
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
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
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
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