4449 Commits

Author SHA1 Message Date
Matthias Ringwald
de8ef3d379 provide context for incoming connection, forward rfcomm open event to app 2015-11-18 17:08:31 +01:00
Matthias Ringwald
74b200de27 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-11-18 16:34:30 +01:00
Milanka Ringwald
b29cac72b4 hfp: remove one ok flag 2015-11-18 16:34:26 +01:00
Matthias Ringwald
d59a7e7577 fix SDP records for HFP HF/AG 2015-11-18 16:34:09 +01:00
Milanka Ringwald
53d4b99082 hfp: remove generic status indicator flags 2015-11-18 16:28:10 +01:00
Milanka Ringwald
652c5eb0a4 hfp: remove operator flags 2015-11-18 16:04:27 +01:00
Milanka Ringwald
b2bcc92ed3 hfp: remove indicato, indicator_status flag 2015-11-18 15:47:08 +01:00
Matthias Ringwald
ba7fd8c4e5 rename hfp_handle_rfcomm_event to hfp_handle_rfcomm_data 2015-11-18 14:20:36 +01:00
Matthias Ringwald
6b7b88195c clean hfp_handle_rfcomm_event 2015-11-18 14:20:01 +01:00
Matthias Ringwald
18b31b6d3e remove HFP_EXCHANGE_SUPPORTED_FEATURES->HFP_W4_EXCHANGE_SUPPORTED_FEATURES hack 2015-11-18 14:18:19 +01:00
Matthias Ringwald
a2836118fa use strncmp instead of memcmp 2015-11-18 13:44:57 +01:00
Milanka Ringwald
ae245cdf0a rewrite hfp hs codecs sm 2015-11-18 12:32:57 +01:00
Matthias Ringwald
0b50beb53d add convenience btstack.h that includes all public APIs 2015-11-18 11:55:11 +01:00
Milanka Ringwald
22c9a32a8c remove unsed attrs 2015-11-18 11:02:26 +01:00
Milanka Ringwald
259633092e hfp ag: test incoming call 2015-11-18 10:54:50 +01:00
Milanka Ringwald
446acc6645 hfp rewrite audio connection 2015-11-18 10:20:01 +01:00
Matthias Ringwald
0dae983f2f rename btstack.h to btstack_client.h 2015-11-17 13:46:49 +01:00
Matthias Ringwald
f7a05cdac4 integrate gap_le.h into gap.h 2015-11-16 23:04:25 +01:00
Matthias Ringwald
472a574229 fix compile 2015-11-16 23:03:46 +01:00
Matthias Ringwald
616edd56bc replace le_command_status_t with regular Bluetooth uint8_t error codes, add le_command_status_t enums to error list 2015-11-16 22:46:17 +01:00
Matthias Ringwald
e6e81fa083 fix java bindings generator after file move 2015-11-16 21:49:36 +01:00
Matthias Ringwald
4273e35849 fix paths to headers files for docs 2015-11-16 19:11:00 +01:00
Matthias Ringwald
b3f90e251f move btstack OGF and OCF to btstack-defines.h 2015-11-16 15:15:57 +01:00
Matthias Ringwald
445227fa1a fix compile of att.c 2015-11-16 15:11:52 +01:00
Matthias Ringwald
1ff66993a4 fix compile of daemon examples 2015-11-16 15:11:40 +01:00
Matthias Ringwald
a8307d38d6 extract daemon cmds from hci_cmds into platform/daemon/src/daemon_cmd 2015-11-16 15:03:02 +01:00
Matthias Ringwald
818d1ad4f5 move event emit code outside HAVE_BLE section 2015-11-16 14:52:35 +01:00
Matthias Ringwald
e2a91e48cf include bluetooth.h in sdp_util.c 2015-11-16 14:49:01 +01:00
Matthias Ringwald
941b385515 move btstack events, errors, defines to btstack_defines.h 2015-11-15 22:44:52 +01:00
Matthias Ringwald
4c1900e61c collect Bluetooth defines from att and sm 2015-11-15 21:51:01 +01:00
Matthias Ringwald
ef90703429 collect Bluetooth defines from sdp 2015-11-15 21:45:53 +01:00
Matthias Ringwald
19076cb8c6 fix compile 2015-11-15 21:43:26 +01:00
Matthias Ringwald
e2577bd76e collect Bluetooth defines from rfcomm 2015-11-15 21:42:40 +01:00
Matthias Ringwald
66b1fcb302 collect Bluetooth defines from bnep and pan 2015-11-15 21:39:57 +01:00
Matthias Ringwald
a8373a417d collect Bluetooth defines from l2cap 2015-11-15 21:34:05 +01:00
Matthias Ringwald
8799c04358 collect Bluetooth defines from hci.h 2015-11-15 21:28:35 +01:00
Matthias Ringwald
47f4e325b4 extract all standard Bluetooth definitions from hci_cmds.h into the new bluetooth.h 2015-11-15 21:23:43 +01:00
Matthias Ringwald
22c004edd1 remove alignment hack for sdp service record buffer 2015-11-15 21:03:03 +01:00
Matthias Ringwald
9293bfa465 rework SDP Service Record management. Service Records can be stored in ROM, daemon creates records on the heap 2015-11-15 20:56:59 +01:00
Matthias Ringwald
60416aa529 fix test compile due to change l2cap packet handler signature 2015-11-15 20:45:43 +01:00
Matthias Ringwald
bddf0de434 Merge branch 'ble-api-cleanup' of https://github.com/bluekitchen/btstack into ble-api-cleanup 2015-11-15 19:42:29 +01:00
Matthias Ringwald
cd9ee14457 add MAX_NO_SERVICE_RECORD_ITEMS to all configs, generated code 2015-11-15 14:20:35 +01:00
Matthias Ringwald
b34012481f create service_record_item memory pool 2015-11-15 14:16:15 +01:00
Matthias Ringwald
f08f6ff2f7 drop sdp packet handler 2015-11-15 14:04:48 +01:00
Matthias Ringwald
f1a4af62ee drop connection from sdp register/unregister 2015-11-15 14:02:45 +01:00
Matthias Ringwald
9b425432dd fix compile 2015-11-15 14:01:52 +01:00
Matthias Ringwald
32a66b8deb drop connection field in service_record_item_t 2015-11-14 23:29:44 +01:00
Matthias Ringwald
00cae490be fix compile 2015-11-14 23:27:21 +01:00
Matthias Ringwald
045ba8fec0 move sdp_emit_service_registered to daemon 2015-11-14 23:26:59 +01:00
Milanka Ringwald
ec0ee77dc3 fix codecs connection tests 2015-11-13 23:19:36 +01:00