1916 Commits

Author SHA1 Message Date
Milanka Ringwald
36cb891e43 hfp: prepare ag cmds for connect 2015-07-30 13:16:53 +02:00
Milanka Ringwald
b9cb7a7690 hfp: removed attr from context 2015-07-30 11:23:39 +02:00
Milanka Ringwald
eaed9f4c4a hfp: rewrite handle rfcomm event 2015-07-30 11:10:50 +02:00
Milanka Ringwald
ccdc2589e1 hfp: remove fall through from state maschine 2015-07-29 16:52:56 +02:00
Milanka Ringwald
74679440c2 hfp: refactore names, remove err check after rfcomm_can_send_packet_now 2015-07-29 16:40:34 +02:00
Milanka Ringwald
e5c2ea55ee Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-07-29 15:35:37 +02:00
Milanka Ringwald
67a9d233cd hfp: rewrite parser to handle single bytes 2015-07-29 15:35:28 +02:00
Matthias Ringwald
79f53f1d06 pass in signaling identifier, use correct signaling identifier for l2cap connection parameter update response 2015-07-29 15:15:41 +02:00
Matthias Ringwald
84cf6d83a6 fix gap_update_connection_parameters 2015-07-29 14:55:43 +02:00
Matthias Ringwald
8bcac1fdaa trigger l2cap conn parameter response reject message 2015-07-29 14:15:02 +02:00
Matthias Ringwald
3b41f3ae1f fix l2cap_le_create_connection_parameter_update_response 2015-07-29 14:11:51 +02:00
Matthias Ringwald
4f55143247 fix compile, use bd_addr_type_t 2015-07-29 11:49:12 +02:00
Matthias Ringwald
91915b0b4c test and fix auto connection establishment 2015-07-29 11:36:36 +02:00
Matthias Ringwald
9956955bad implement whitelist management 2015-07-28 14:57:10 +02:00
Matthias Ringwald
fd04845c31 add ERROR_CODE_MEMORY_CAPACITY_EXCEEDED, use official spelling for white_list commands 2015-07-28 14:56:48 +02:00
Matthias Ringwald
e83201bce5 manage internal whitelist 2015-07-28 11:52:40 +02:00
Matthias Ringwald
15d0a15bfe use whitelist instead of white_list internally 2015-07-28 11:17:48 +02:00
Matthias Ringwald
ac9c45e03c added empty gap le auto connection functions 2015-07-28 11:14:10 +02:00
Matthias Ringwald
b04dfa37ba track le connecting state 2015-07-28 11:09:46 +02:00
Matthias Ringwald
5877c8b7fb removed 'valid' flag for whitelist as only valid items are in whitelist 2015-07-27 23:11:59 +02:00
Matthias Ringwald
656bec4f48 add memory pool for whitelist entries 2015-07-27 23:06:54 +02:00
Matthias Ringwald
3b6d4121dc read white list size during init 2015-07-27 22:07:40 +02:00
Milanka Ringwald
1667071638 hfp: rewrite parser 2015-07-24 16:51:08 +02:00
Milanka Ringwald
e99686bd56 hfp: reworking parser 2015-07-19 14:40:00 +02:00
Milanka Ringwald
0851a5a143 hfp: defines for supported features 2015-07-17 16:07:33 +02:00
Milanka Ringwald
e2898183f0 hfp: capitalize defines 2015-07-17 15:54:59 +02:00
Milanka Ringwald
17c0eace3b hfp tested with mac und iphone, without generic indicators 2015-07-17 14:58:57 +02:00
Milanka Ringwald
9e60d66a64 hfp fix name, fix indicator range sepparator 2015-07-17 11:34:49 +02:00
Milanka Ringwald
09ff3143db hfp features, fixed queries 2015-07-17 11:14:34 +02:00
Milanka Ringwald
45615488a3 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-07-16 23:49:14 +02:00
Milanka Ringwald
cbcc10bb1b hfp fix indicator status query 2015-07-16 23:49:04 +02:00
Milanka Ringwald
5d5e77a91a hfp use list iterator 2015-07-16 23:32:55 +02:00
Matthias Ringwald
401bfb2a24 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-07-16 23:28:18 +02:00
Matthias Ringwald
4eb412ed88 enumerate sm engine state 2015-07-16 23:26:48 +02:00
Milanka Ringwald
29114aa546 hfp use list iterator 2015-07-16 23:26:33 +02:00
Milanka Ringwald
63ec1ba8aa hfp use state maschine instead of while 2015-07-16 22:46:01 +02:00
Milanka Ringwald
12f314e4b8 hfp parse indicators 2015-07-16 17:26:34 +02:00
Milanka Ringwald
f4908f57ee Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-07-16 12:47:56 +02:00
Milanka Ringwald
a2cdbfb0f3 hfp: loop over all connections in hfp_run 2015-07-16 12:47:38 +02:00
Matthias Ringwald
342bf200f4 allow to pass list of network packet types to PAN SDP record create helpers 2015-07-16 12:24:46 +02:00
Matthias Ringwald
779e62ab89 fix param order for pan.h 2015-07-16 11:42:12 +02:00
Milanka Ringwald
d0c2a22fc7 fix compile 2015-07-16 10:57:37 +02:00
Milanka Ringwald
7a5779a838 hfp: fix compile 2015-07-16 10:57:00 +02:00
Milanka Ringwald
b1d931f9ca Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-07-16 10:27:07 +02:00
Milanka Ringwald
b93e0a8876 hfp: fix example, fix rfcomm connection establishment 2015-07-16 10:26:53 +02:00
Milanka Ringwald
618d81f09a hfp hf connection establishment 2015-07-15 16:22:57 +02:00
Matthias Ringwald
019f9b43ba fix re-entrance issue that causes l2cap event channel open to be sent twice 2015-07-12 00:00:31 +02:00
Milanka Ringwald
966654b8b0 hfp: renamed emit_event 2015-07-10 17:24:30 +02:00
Milanka Ringwald
b8aaad02eb Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-07-10 17:16:45 +02:00
Milanka Ringwald
2519d0dbc7 hfp: supported features, codecs negotiation 2015-07-10 17:16:25 +02:00