2025 Commits

Author SHA1 Message Date
Matthias Ringwald
0f489073ef bnep: emit open channel complete event, discard incoming connection event 2015-08-03 12:59:25 +02:00
Matthias Ringwald
f761755944 bnep: accept extensions after connections response was received 2015-08-03 10:59:51 +02:00
Matthias Ringwald
30c4d0ef9b bnep: extract bnep_can_handle_extension 2015-08-03 10:51:41 +02:00
Matthias Ringwald
72956c7420 bnep: handle l2cap open for incoming connections properly 2015-08-03 10:39:10 +02:00
Milanka Ringwald
017af363cc hfp: ag connect state machine 2015-07-31 17:05:04 +02:00
Milanka Ringwald
def24a7fe3 hfp: fix compile 2015-07-31 14:28:46 +02:00
Milanka Ringwald
4aa3c7953d Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-07-30 17:03:17 +02:00
Milanka Ringwald
2c868da208 hfp: crude impl of hfp ag functions 2015-07-30 17:03:11 +02:00
Matthias Ringwald
08f532b144 add comment at sm state 50 2015-07-30 16:43:38 +02:00
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