#
d1fd2a88 |
| 21-Apr-2016 |
Matthias Ringwald <[email protected]> |
l2cap: fix event forwarding failure by previous commit
|
#
3d50b4ba |
| 21-Apr-2016 |
Matthias Ringwald <[email protected]> |
hci: use btstack_packet_handler_t for acl and sco callbacks
|
#
0b9d7e78 |
| 01-Apr-2016 |
Matthias Ringwald <[email protected]> |
don't emit X_EVENT_CAN_SEND_NOW if x_can_send_now returns false
|
#
30725612 |
| 31-Mar-2016 |
Matthias Ringwald <[email protected]> |
l2cap: add l2cap_request_can_send_now_event and don't send L2CAP_EVENT_CAN_SEND_NOW on channel open
|
#
4ced4e8c |
| 23-Mar-2016 |
Matthias Ringwald <[email protected]> |
gap: pass le_connection_parameter_range_t as pointer
|
#
0e2df43f |
| 19-Feb-2016 |
Matthias Ringwald <[email protected]> |
event: introduce hci_event_packet_get_type
|
#
fc64f94a |
| 19-Feb-2016 |
Matthias Ringwald <[email protected]> |
use hci_con_handle_t more
|
#
15a95bd5 |
| 18-Feb-2016 |
Matthias Ringwald <[email protected]> |
gap: declare more hci functions as gap functions
|
#
63fa3374 |
| 18-Feb-2016 |
Matthias Ringwald <[email protected]> |
hci_transport: send HCI_EVENT_TRANSPORT_PACKET_SENT when buffer can be re-used, send HCI_EVENT_SCO_CAN_SEND_NOW if that's separate
|
#
d8e8f12a |
| 12-Feb-2016 |
Matthias Ringwald <[email protected]> |
gap.h: use gap_ instead of le_central_ or gap_le_
|
#
073bd0fa |
| 11-Feb-2016 |
Matthias Ringwald <[email protected]> |
hci: COMMAND_COMPLETE_EVENT->HCI_EVENT_IS_COMMAND_COMPLETE. COMMAND_STATUS_EVENT->HCI_EVENT_IS_COMMAND_STATUS
|
#
724d70a2 |
| 11-Feb-2016 |
Matthias Ringwald <[email protected]> |
bt_flip_addr(dest,src) -> reverse_bd_addr(src,dest)
|
#
058e3d6b |
| 10-Feb-2016 |
Matthias Ringwald <[email protected]> |
util.h: use lower case for bd_addr_copy and bd_addr_cmp
|
#
773c4106 |
| 05-Feb-2016 |
Matthias Ringwald <[email protected]> |
att_dispatch: forward L2CAP_EVENT_CAN_SEND_NOW to ATT Client & Server
|
#
34e7e577 |
| 05-Feb-2016 |
Matthias Ringwald <[email protected]> |
l2cap: emit L2CAP_EVENT_CAN_SEND_NOW also for registered fixed channels
|
#
2125de09 |
| 05-Feb-2016 |
Matthias Ringwald <[email protected]> |
hci: extracted hci_number_free_acl_slots_for_connection_type
|
#
adbe29e8 |
| 05-Feb-2016 |
Matthias Ringwald <[email protected]> |
l2cap: add fixed l2cap channel id to l2cap_can_send_fixed_channel_now
|
#
5628cf69 |
| 05-Feb-2016 |
Matthias Ringwald <[email protected]> |
l2cap: use table for fixed channels
|
#
33c40538 |
| 05-Feb-2016 |
Matthias Ringwald <[email protected]> |
l2cap: emit L2CAP_EVENT_CHANNEL_CAN_SEND_NOW after open or failed l2cap_can_send_now(..) request
|
#
d9a7306a |
| 04-Feb-2016 |
Matthias Ringwald <[email protected]> |
hci/sm: use btstack_packet_handler instead of (*fn)(type,packet,size) for events
|
#
c5b64319 |
| 03-Feb-2016 |
Matthias Ringwald <[email protected]> |
l2cap: don't forward HCI to l2cap packet handler. Replace l2cap_register_packet_handler with hci_add_event_handler. Fix tests
|
#
17a9b554 |
| 03-Feb-2016 |
Matthias Ringwald <[email protected]> |
l2cap: replace l2cap_dispatch with l2cap_dispatch_to_channel
|
#
bb4c225d |
| 03-Feb-2016 |
Matthias Ringwald <[email protected]> |
l2cap: don't forwared HCI Events to L2CAP Connectionless Packet Handler
|
#
ca7f8243 |
| 03-Feb-2016 |
Matthias Ringwald <[email protected]> |
att_dispatcher: register directly for HCI Events
|
#
e03e489a |
| 03-Feb-2016 |
Matthias Ringwald <[email protected]> |
sm: register for HCI Events directly. don't forward HCI Events to for SM protocol in l2cap
|