5547 Commits

Author SHA1 Message Date
Milanka Ringwald
f4bc971fce fix compile 2016-04-08 17:08:38 +02:00
Milanka Ringwald
a0653c3b5c hfp: HFP_SUBEVENT_SERVICE_LEVEL_CONNECTION_ESTABLISHED emited with connection handle 2016-04-08 17:04:40 +02:00
Matthias Ringwald
daf17d1f25 rfcomm: fix channel open 2016-04-08 16:27:29 +02:00
Matthias Ringwald
8ed5c2eaa4 rfcomm: improve rfcomm_channel_ready_to_send 2016-04-08 16:08:32 +02:00
Matthias Ringwald
3232fa3006 rfcomm: request new l2cap can send now outside of rfcomm channel sm 2016-04-08 15:52:42 +02:00
Matthias Ringwald
7d2c9f1338 test: fix sm and sdp client 2016-04-08 15:38:45 +02:00
Matthias Ringwald
ba92fcf681 hfp: fix compile 2016-04-08 15:20:59 +02:00
Matthias Ringwald
d68dcce183 hfp: fix outgoing connections 2016-04-08 15:19:06 +02:00
Matthias Ringwald
674515e8a0 hfp: use correct getter for bd addr in RFCOMM_EVENT_CHANNEL_OPENED 2016-04-08 15:05:13 +02:00
Matthias Ringwald
9322a3ccd6 pts: fix compile 2016-04-08 14:19:54 +02:00
Matthias Ringwald
683dbd933c test/hfp: emit rfcomm can send now event 2016-04-08 14:05:24 +02:00
Milanka Ringwald
bd452f90a0 hfp unit test: fix compile 2016-04-08 13:56:56 +02:00
Matthias Ringwald
7eb16ee8d2 att_server: drop l2cap cid for att_server_can_send_now() 2016-04-08 12:43:00 +02:00
Matthias Ringwald
4d2be80269 att_server: drop l2cap cid for att_server_can_send_now() 2016-04-08 12:41:28 +02:00
Matthias Ringwald
0ce46700de gatt_client: drop packet handler for gatt_client_write_value_of_characteristic_without_response 2016-04-08 12:35:18 +02:00
Matthias Ringwald
d057580e4d hci: add hci_request_sco_can_send_now_event 2016-04-08 12:30:35 +02:00
Matthias Ringwald
282ceebcb6 sdp_client: return error instead or copmlete event with error code 2016-04-08 12:11:20 +02:00
Matthias Ringwald
a145b39262 sdp_server: use request_can_send_now strategy 2016-04-08 12:07:30 +02:00
Matthias Ringwald
aed68c5617 sdp_server: use request_can_send_now strategy 2016-04-07 21:39:36 +02:00
Matthias Ringwald
fffd8860e2 sdp_client: use request_can_send_now strategy 2016-04-07 21:33:05 +02:00
Matthias Ringwald
70a052cd48 rfcomm: add missing l2cap request send calls 2016-04-07 21:31:57 +02:00
Matthias Ringwald
5c17d699f1 hsp: call rfcomm_request_can_send_now_event 2016-04-07 21:05:14 +02:00
Matthias Ringwald
e30a6a47f3 hfp: request rfcomm can send now in run loop 2016-04-07 17:20:39 +02:00
Matthias Ringwald
4e36655331 bnep: replace bnep_run with bnep_handle_can_send_now 2016-04-07 16:48:32 +02:00
Matthias Ringwald
830ec672c1 gatt_client: drop packet handler for gatt_client_write_value_of_characteristic_without_response 2016-04-07 16:47:20 +02:00
Matthias Ringwald
b170b20f0a sm: call l2cap_request_can_send_fix_channel_now_event after failed l2cap_can_send_fixed_channel_packet_now 2016-04-07 16:27:06 +02:00
Matthias Ringwald
51764b3b24 gatt_client: use att_dispatch_client instead of att_dispatch_server functions 2016-04-07 16:26:03 +02:00
Matthias Ringwald
de9f8e94a8 gatt_client: drop packet handler for gatt_client_write_value_of_characteristic_without_response 2016-04-07 16:02:48 +02:00
Matthias Ringwald
b06f2579d0 att_server: use att_dispatch_server_request_can_send_now_event when needed 2016-04-07 15:54:03 +02:00
Matthias Ringwald
d735b00bf5 example/le_counter: only beat when connected 2016-04-07 15:42:32 +02:00
Matthias Ringwald
88a48dd8bf att_server: extract att_server_handle_can_send_now 2016-04-07 15:13:56 +02:00
Matthias Ringwald
c141988c58 att_server: add con handle to send related functions 2016-04-07 14:52:50 +02:00
Matthias Ringwald
0d78ab98bf rfcomm: refactor hci event handling 2016-04-07 12:06:17 +02:00
Matthias Ringwald
f7d61b104b rfcomm: multiplexer drop check for event in state switch 2016-04-07 11:34:54 +02:00
Matthias Ringwald
5ef5325c17 rfcomm: handle client requests after channel state machine 2016-04-07 10:12:01 +02:00
Matthias Ringwald
62b5b74105 rfcomm: request l2cap can send now for channel and handle event, drop rfcomm_run 2016-04-07 10:06:06 +02:00
Matthias Ringwald
b35818ceb1 rfcomm: request l2cap can send now for multiplexer and handle event 2016-04-06 17:29:45 +02:00
Matthias Ringwald
4fea3822ee rfcomm: actually request can send now from l2cap 2016-04-06 17:00:34 +02:00
Matthias Ringwald
a31ff99271 examples: spp_and_le_counter, spp_counter - use rfcomm_request_can_send_now_event 2016-04-03 22:11:59 +02:00
Matthias Ringwald
9b146bc2f1 examples: spp_and_le_counter - use att_server_request_can_send_now_event 2016-04-03 21:37:20 +02:00
Matthias Ringwald
c4792ed925 examples: le_counter, le_streamer - use att_server_request_can_send_now_event 2016-04-02 22:22:36 +02:00
Matthias Ringwald
3c97b2428c att_server: fix att_can_send_now notification 2016-04-02 22:20:48 +02:00
Matthias Ringwald
1ba6689f24 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-04-01 22:03:25 +02:00
Matthias Ringwald
2515449974 test/gatt_client: fix compile 2016-04-01 22:02:55 +02:00
Milanka Ringwald
8121ebc2cb fix compile 2016-04-01 17:11:32 +02:00
Milanka Ringwald
43716165be Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-04-01 17:06:55 +02:00
Milanka Ringwald
b6d4e5c9ae use l2cap event getters 2016-04-01 17:06:49 +02:00
Matthias Ringwald
bf7f6bafe9 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-04-01 17:06:19 +02:00
Milanka Ringwald
6d4269d395 fix L2CAP format 2016-04-01 16:56:21 +02:00
Milanka Ringwald
009765c504 fix L2CAP format 2016-04-01 16:56:05 +02:00