645 Commits

Author SHA1 Message Date
Matthias Ringwald
d0755cd68c prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +02:00
Matthias Ringwald
55bdd63de7 Revert "test/hfp: use small outgoing rfcomm mtu"
This reverts commit 497fcc1c7f401dac2b16c3603bf8f3812d846290.
2016-03-30 10:23:45 +02:00
Matthias Ringwald
497fcc1c7f test/hfp: use small outgoing rfcomm mtu 2016-03-30 10:12:27 +02:00
Matthias Ringwald
532bc034d3 add ENABLE_CLASSIC to tests 2016-03-28 12:48:00 +02:00
Matthias Ringwald
fdee1660ea test: fix security manager aes test compile 2016-03-28 12:15:13 +02:00
Matthias Ringwald
a265b909d4 memory: use MAX_NR_ instead of MAX_NO_ 2016-03-28 12:05:33 +02:00
Matthias Ringwald
4c7b5f7454 test: fix sdp-client compile 2016-03-28 12:04:29 +02:00
Matthias Ringwald
3583331350 fix prototypes for fn() 2016-03-28 11:54:38 +02:00
Matthias Ringwald
0cb5b9716d fix prototypes for fn() 2016-03-28 11:44:30 +02:00
Matthias Ringwald
2c455dad9a MAX_NO_BTSTACK_LINK_KEY_DB_MEMORYS -> MAX_NO_BTSTACK_LINK_KEY_DB_MEMORY_ENTRIES 2016-03-27 23:10:54 +02:00
Matthias Ringwald
40d883bd01 replace bzero with memset and drop HAVE_BZERO 2016-03-27 22:49:03 +02:00
Matthias Ringwald
60b9e82fcb hci/gap: move set_class_of_device to gap 2016-03-26 23:14:43 +01:00
Matthias Ringwald
4e5dfeb9a4 pts: use gap_local_bd_addr for classic 2016-03-26 23:06:52 +01:00
Matthias Ringwald
fffdd28857 Merge branch 'master' into develop 2016-03-25 23:15:14 +01:00
Matthias Ringwald
c4ae7169b8 runloop: replace struct btstack_data_source with btstack_data_source_t 2016-03-24 20:26:16 +01:00
Milanka Ringwald
8f7b0d0ee8 add hfp demos 2016-03-18 17:00:59 +01:00
Matthias Ringwald
99a1006758 Merge branch 'master' into develop 2016-03-17 14:16:38 +01:00
Milanka Ringwald
1de4e63f52 hsp hs pts: init layers 2016-03-17 13:43:26 +01:00
Milanka Ringwald
85bee5099a remove SCO packet handler from PTS test 2016-03-17 13:37:59 +01:00
Milanka Ringwald
4e919b3947 docu & api change HSP HS 2016-03-17 11:49:30 +01:00
Matthias Ringwald
a3bf6c7b6d pan: use pan_create_X_sdp_record 2016-03-17 11:28:46 +01:00
Matthias Ringwald
efda0b48f9 sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record 2016-03-17 11:24:38 +01:00
Matthias Ringwald
763c9b6f30 sdp_client: rename sdp_query_rfcomm -> sdp_client_query_rfcom 2016-03-17 10:58:11 +01:00
Matthias Ringwald
7fbb5f59ef sdp_client: use sdp_client_query prefix for rfcomm queries 2016-03-17 10:42:14 +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
a6efb91912 rewrite sscanf_bd_addr to be sscanf free 2016-03-04 14:21:22 +01:00
Matthias Ringwald
185b3475f4 test: push missing files 2016-03-04 11:59:52 +01:00
Matthias Ringwald
8d3dd4c5b3 fix test compile 2016-03-04 11:51:53 +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
e86127dffc hfp ag: update docu 2016-02-19 14:47:26 +01:00
Matthias Ringwald
711e6c8033 use hci_con_handle_t more 2016-02-19 11:24:51 +01:00
Matthias Ringwald
bcf00d8fa4 examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
Matthias Ringwald
15a95bd5aa gap: declare more hci functions as gap functions 2016-02-18 17:12:57 +01:00
Milanka Ringwald
352dca4473 hfp remove status field from events 2016-02-18 17:00:56 +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
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
Milanka Ringwald
e424899e4e hfp hf docu 2016-02-18 10:32:37 +01:00
Matthias Ringwald
eda0480f01 Merge branch 'master' into ble-api-cleanup 2016-02-18 10:30:06 +01:00
Matthias Ringwald
871e126195 sdp_client: remove sdp_parser.c references 2016-02-17 20:54:21 +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
3b6b9749b9 hfp hf docu 2016-02-17 16:34:01 +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