2526 Commits

Author SHA1 Message Date
Matthias Ringwald
4d2be80269 att_server: drop l2cap cid for att_server_can_send_now() 2016-04-08 12:41:28 +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
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
3c97b2428c att_server: fix att_can_send_now notification 2016-04-02 22:20:48 +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
Milanka Ringwald
7705ff3251 updated events 2016-04-01 16:48:27 +02:00
Milanka Ringwald
8412d5419e Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop
Conflicts:
	src/btstack_event.h
2016-04-01 16:46:15 +02:00
Milanka Ringwald
46bc5396e9 add missing GAP formats 2016-04-01 16:41:42 +02:00
Matthias Ringwald
568284b08f events: use upper case for event name in descriptions 2016-04-01 16:35:09 +02:00
Milanka Ringwald
2b71b28dcc add att to event generator 2016-04-01 16:33:02 +02:00
Milanka Ringwald
8290d1f938 add LE to event generator 2016-04-01 16:22:52 +02:00
Matthias Ringwald
fea5a680db java: fix compile 2016-04-01 15:54:37 +02:00
Matthias Ringwald
62c64df103 daemon: prefix l2cap/rfcomm/sdp events only used by daemon 2016-04-01 15:37:36 +02:00
Matthias Ringwald
13e6e052f6 pts: fix compile 2016-04-01 14:50:10 +02:00
Milanka Ringwald
66a3021620 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-04-01 14:31:24 +02:00
Milanka Ringwald
caa8239151 use getters in RFCOMM_EVENT_INCOMING_CONNECTION and RFCOMM_EVENT_CHANNEL_OPENED 2016-04-01 14:31:18 +02:00
Matthias Ringwald
0b9d7e785b don't emit X_EVENT_CAN_SEND_NOW if x_can_send_now returns false 2016-04-01 14:15:39 +02:00
Milanka Ringwald
a6ef64ba22 use hci_event_pin_code_request_get_bd_addr 2016-04-01 14:04:14 +02:00
Milanka Ringwald
9543ea381f Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-04-01 13:39:14 +02:00
Milanka Ringwald
10093bf502 document more events 2016-04-01 13:39:07 +02:00
Matthias Ringwald
000580bcf9 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-04-01 12:36:44 +02:00
Matthias Ringwald
0c24975018 bnep: allow to specify packet handler per outgoing channel/service 2016-04-01 12:36:12 +02:00
Milanka Ringwald
be7cc9a0c2 use btstack_event_state_get_state 2016-04-01 12:27:13 +02:00
Matthias Ringwald
1ed1a3bdaf benp: add bnep_request_can_send_now_event() 2016-04-01 11:56:47 +02:00
Matthias Ringwald
423c667c13 bnep: add bnep_cid to all events, generate bnep event getters, BNEP_EVENT_OPEN_CHANNEL_COMPLETE -> BNEP_EVENT_CHANNEL_OPENED 2016-04-01 11:41:58 +02:00
Matthias Ringwald
1b96b00705 att_server: add request can send now logic 2016-04-01 11:02:32 +02:00
Matthias Ringwald
49d18261c1 events: add ATT_EVENT_CAN_SEND_NOW, document BNEP events 2016-04-01 10:49:12 +02:00
Matthias Ringwald
f8f6a918bd events: RFCOMM_EVENT_OPEN_CHANNEL_COMPLETE -> RFCOMM_EVENT_CHANNEL_OPENED 2016-03-31 23:37:33 +02:00
Matthias Ringwald
62c468cbb2 events: fix rfcomm_cid field of rfcomm_event_can_send_now, add missing handle to HSP_SUBEVENT_AUDIO_CONNECTION_COMPLETE 2016-03-31 23:32:29 +02:00