#
2b360848 |
| 25-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
extracted l2cap_register_signaling_response, respond with connection response and error if PSM not supported or no resources available
|
#
d3a9df87 |
| 24-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
replace malloc with static buffers or btstack_memory.h functions
|
#
73cf2b3d |
| 24-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
moved l2cap_channel_t, l2cap_service_t, rfcomm_multiplexer_t, rfcomm_channel_t, rfcomm_service_t to header files
|
#
7d67539f |
| 22-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
renamed log_err into log_error
|
#
7b5fbe1f |
| 22-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
replace all log_dbg with log_info
|
#
2d00edd4 |
| 22-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
don't declare variables in switch cases
|
#
7d3b3569 |
| 22-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
avoid 'enumerated type mixed with another type warnings' by IAR
|
#
16acce23 |
| 20-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
comment state updates for now
|
#
6e6710eb |
| 16-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
forward DAEMON_EVENT_HCI_PACKET_SENT to all clients
|
#
2a544672 |
| 14-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
update state before sending packet
|
#
83f196b3 |
| 08-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix bug with wrong flags, working again
|
#
fa8473a4 |
| 08-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
collapsed l2cap config states
|
#
39bda6d5 |
| 08-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
moved private stuff into .c
|
#
fa8c92f6 |
| 07-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
limit l2cap mtu to hci_max_acl_data_packet_length minus 4
|
#
8158c421 |
| 24-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added RFCOMM_CHANNEL_SEND_SABM_W4_UA
|
#
6b1fde37 |
| 23-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added l2cap_can_send_packet_now
|
#
39d59809 |
| 22-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
call l2cap_run() for HCI_EVENT_COMMAND_STATUS and HCI_EVENT_COMMAND_COMPLETE, too
|
#
64472d52 |
| 21-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix some bugs in l2cap establishment
|
#
32ab9390 |
| 21-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
queue internal hci commands in connection_t
|
#
02b22dc4 |
| 21-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added L2CAP_STATE_WILL_SEND_CREATE_CONNECTION and L2CAP_STATE_WAIT_CONNECTION_COMPLETE
|
#
81f99c38 |
| 21-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
call hci_can_send_packet_now in l2cap_run()
|
#
2b83fb7d |
| 21-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
queue handling of ECHO and INFORMATIONAL requests, echo doesn't send back optional data - sorry.
|
#
9a011532 |
| 21-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
consolidate and add handling of DISCONNECTION_REQUEST
|
#
b1988dce |
| 20-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use different local and remote signal identifiers
|
#
552d92a1 |
| 20-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
all states covered, needs double-check of state machine
|