5318 Commits

Author SHA1 Message Date
Matthias Ringwald
e50ca9fbb8 examples: delete .exe on make clean 2016-02-15 21:07:35 +01:00
Matthias Ringwald
c9b5173dc5 libubs: fix compile without SCO 2016-02-15 21:01:31 +01:00
Matthias Ringwald
b2faedc9fa libusb: fix compile on win32 2016-02-15 14:29:20 +01:00
Matthias Ringwald
ff3aec492a Merge branch 'master' of https://github.com/bluekitchen/btstack 2016-02-15 14:07:44 +01:00
Matthias Ringwald
25ad7c220c libusb: use & operator for function pointers 2016-02-15 14:07:37 +01:00
Milanka Ringwald
d4d01b595d hsp hs api docu 2016-02-12 17:25:06 +01:00
Matthias Ringwald
d8e8f12ab0 gap.h: use gap_ instead of le_central_ or gap_le_ 2016-02-12 17:04:41 +01:00
Matthias Ringwald
33885e447f pts: fix compile 2016-02-12 16:41:58 +01:00
Matthias Ringwald
f4000eeb25 hfp_test: fix compile 2016-02-12 16:25:11 +01:00
Milanka Ringwald
e33e86d340 fix compile 2016-02-12 15:44:43 +01:00
Matthias Ringwald
bd23fc3eaf hfp_ag: API review 2016-02-12 15:36:11 +01:00
Matthias Ringwald
294b9a8299 hsp_hs: code review 2016-02-12 14:57:38 +01:00
Matthias Ringwald
b272847fe5 Merge branch 'master' of https://github.com/bluekitchen/btstack 2016-02-12 14:53:49 +01:00
Matthias Ringwald
793a276237 hfp_ag: code review 2016-02-12 14:53:40 +01:00
Matthias Ringwald
bfbabfe612 gatt_client_test: fix compile 2016-02-12 14:44:55 +01:00
Milanka Ringwald
9188a3b7e0 hfp gsm: remove unsed functions 2016-02-12 14:28:08 +01:00
Milanka Ringwald
6b408282b2 Merge branch 'master' of https://github.com/bluekitchen/btstack 2016-02-12 14:26:25 +01:00
Milanka Ringwald
0195afd67a hfp gsm: remove status enum 2016-02-12 14:26:17 +01:00
Matthias Ringwald
9c662c9bc0 gatt_client: drop subclient struct and id. pass in callback for requests. new gatt_client_listen_for_characteristic_value_updates for notifications and indications with client provided storage 2016-02-12 14:22:33 +01:00
Milanka Ringwald
49170286ca hfp gsm: introduced enhanced status functions 2016-02-12 13:57:44 +01:00
Milanka Ringwald
9dce5e79b7 hfp gsm: use set_enhanced_call_status_INITIATED 2016-02-12 13:26:47 +01:00
Milanka Ringwald
0436e65c89 hfp gsm: use set_enhanced_call_status_response_hold 2016-02-12 13:24:40 +01:00
Milanka Ringwald
e5db645c86 hfp gsm: use set_enhanced_call_status_held 2016-02-12 13:23:48 +01:00
Milanka Ringwald
fe1a8d500e hfp gsm: use set_enhanced_call_status_active 2016-02-12 12:32:44 +01:00
Milanka Ringwald
65bb457efa hfp gsm: remove status field from hfp_gsm_call_t, use enhanced_status instead 2016-02-12 12:12:22 +01:00
Milanka Ringwald
74ac0b6031 hfp gsm: setter for callsetup status 2016-02-12 11:57:09 +01:00
Milanka Ringwald
17d2322f1c hfp gsm: set incoming enhanced states on state change 2016-02-12 11:42:19 +01:00
Milanka Ringwald
bacea99514 hfp gsm: set active and hold enhanced states on state change 2016-02-12 11:38:45 +01:00
Matthias Ringwald
591423b2a5 att -> att_db 2016-02-11 21:23:06 +01:00
Matthias Ringwald
2d5e09d6d4 hci: set link_key_db via hci_set_link_key_db instead of via hci_init(). 2016-02-11 20:10:17 +01:00
Matthias Ringwald
9d294ab530 hci.h: mark transport config as const 2016-02-11 17:23:14 +01:00
Matthias Ringwald
95d7176479 hci.h: cleanup, mark functions as static 2016-02-11 17:21:42 +01:00
Milanka Ringwald
a70c220755 hfp gsm cleanup 2016-02-11 16:51:24 +01:00
Milanka Ringwald
19d39eec25 hfp gsm cleanup 2016-02-11 16:45:57 +01:00
Milanka Ringwald
915fbfcbc0 hfp gsm cleanup 2016-02-11 16:44:16 +01:00
Matthias Ringwald
6e364dea25 hci: move le_central_ + gap_le_ to gap.h 2016-02-11 16:18:25 +01:00
Matthias Ringwald
073bd0fad0 hci: COMMAND_COMPLETE_EVENT->HCI_EVENT_IS_COMMAND_COMPLETE. COMMAND_STATUS_EVENT->HCI_EVENT_IS_COMMAND_STATUS 2016-02-11 16:12:55 +01:00
Matthias Ringwald
a51cb0dfd4 hci_remote_eSCO_supported -> hci_remote_esco_supported 2016-02-11 16:06:27 +01:00
Matthias Ringwald
b83d5eab6c hci: mark most hci_emit_... as private 2016-02-11 16:01:44 +01:00
Matthias Ringwald
11226c8ea9 Merge branch 'master' into ble-api-cleanup 2016-02-11 15:47:32 +01:00
Matthias Ringwald
c1d1ac5a3b gap_le_advertisements: fix endianess for services with UUID128 in advertisement 2016-02-11 15:46:51 +01:00
Matthias Ringwald
2b60490204 gap_le_advertisements: fix endianess for services with UUID128 in advertisement 2016-02-11 15:44:35 +01:00
Matthias Ringwald
300c1ba48b hci: fix event logging in hci_emit_event 2016-02-11 15:41:10 +01:00
Matthias Ringwald
4195f5cd7c first coccinelle patch 2016-02-11 15:21:25 +01:00
Matthias Ringwald
724d70a2cf bt_flip_addr(dest,src) -> reverse_bd_addr(src,dest) 2016-02-11 15:20:08 +01:00
Matthias Ringwald
8314c363bc introduce log_info_key and log_info_hexdump, move prototypes to btstack_debug.h 2016-02-11 14:53:59 +01:00
Milanka Ringwald
79d3c2ada7 hfp gsm cleanup 2016-02-11 14:41:37 +01:00
Matthias Ringwald
9c80e4cce8 util.h: rename swapX into reverse_x 2016-02-11 14:37:22 +01:00
Matthias Ringwald
0ca398bf08 util.h: rename swapX into reverse_x 2016-02-11 14:33:35 +01:00
Matthias Ringwald
73988a59ce util.h: use functions instead of static inline/macros. sscan_bd_addr -> sscanf_bd_addr 2016-02-11 14:19:26 +01:00