5203 Commits

Author SHA1 Message Date
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
Matthias Ringwald
cbabbca4a7 util.h: replace macros with static inlined functions 2016-02-11 14:02:16 +01:00
Milanka Ringwald
ccb2e1df97 gsm: cleanup 2016-02-11 13:59:00 +01:00
Matthias Ringwald
dd5d695ef8 Merge branch 'master' into ble-api-cleanup 2016-02-11 11:21:05 +01:00
Matthias Ringwald
a650ba4d59 hci: make sure hci_run is called after transition to HCI_STATE_WORKING 2016-02-11 11:20:01 +01:00
Matthias Ringwald
0e7681ca32 sm_minimal: match event handling of sm.c 2016-02-11 11:11:09 +01:00
Matthias Ringwald
a4581e677d Merge branch 'master' into ble-api-cleanup 2016-02-11 10:37:19 +01:00
Matthias Ringwald
07fdcd55d7 spp_and_le_counter: allow writes on test characteristic 2016-02-11 10:35:30 +01:00
Matthias Ringwald
e1a125df32 util.h: new names uuid_has_bluetooth_prefix();uuid_add_bluetooth_prefix() 2016-02-10 17:12:50 +01:00
Matthias Ringwald
058e3d6b6b util.h: use lower case for bd_addr_copy and bd_addr_cmp 2016-02-10 17:09:24 +01:00
Matthias Ringwald
c9b8fdd998 fix typo in big_endian_read_32 2016-02-10 17:03:30 +01:00
Matthias Ringwald
1b0524c477 util.h: remove printUUID128 2016-02-10 17:01:26 +01:00
Matthias Ringwald
aa4d01c707 util.h: remove print_bd_addr 2016-02-10 13:43:31 +01:00
Matthias Ringwald
b1c4ef5fa8 util.h: move crc8 to rfcomm 2016-02-10 13:38:47 +01:00
Matthias Ringwald
caed94df78 util.h: move some to hci.h and btstack_link_key_db_fs 2016-02-10 13:35:25 +01:00
Matthias Ringwald
8974fcd6cf move Bluetooth related types to bluetooth.h and BTstack types to btstack_defines.h 2016-02-10 11:35:31 +01:00