matthias.ringwald
|
1a560d4722
|
also forward data in packets with credits, use 0x30 as credits more consistently
|
2010-02-13 21:03:35 +00:00 |
|
matthias.ringwald
|
17bd045101
|
use RFCOMM_CHANNEL_ID instead of hard-coded #1 in more/most/all places. Thanks to Jerome for pointing this out
|
2010-01-30 22:16:05 +00:00 |
|
matthias.ringwald
|
53d7e92e95
|
revert accidental commit
|
2010-01-28 22:08:15 +00:00 |
|
matthias.ringwald
|
19b25e5f75
|
added script to create version.h
|
2010-01-09 10:19:43 +00:00 |
|
matthias.ringwald
|
b66fb894f8
|
added note on client connection, re-added send link key negative command
|
2009-12-29 17:21:31 +00:00 |
|
matthias.ringwald
|
7ae6dc2605
|
added Command line parsing and debug option by Vladimir Vyskocil
|
2009-12-29 16:54:28 +00:00 |
|
matthias.ringwald
|
5edb03cdec
|
added Command line parsing and debug option by Vladimir Vyskocil
|
2009-12-29 16:49:36 +00:00 |
|
matthias.ringwald
|
6772a24cc3
|
don't send hci_link_key_request_negative_reply on HCI_EVENT_LINK_KEY_REQUEST automatically
|
2009-12-05 18:55:41 +00:00 |
|
matthias.ringwald
|
eb89b09731
|
use <string.h> instead of <strings.h>
|
2009-11-23 20:31:57 +00:00 |
|
matthias.ringwald
|
1713bcea3a
|
prepend all source files with 'new BSD' copyright header
|
2009-10-29 20:25:42 +00:00 |
|
matthias.ringwald
|
7625c58d57
|
fix send of UIH Modem status command RESPONSE
|
2009-10-28 20:04:03 +00:00 |
|
matthias.ringwald
|
9b7a2ba328
|
dump rx data for both uih and uih_pf packets
|
2009-10-28 19:42:54 +00:00 |
|
matthias.ringwald
|
6f60b3f468
|
forward channel ID to client packet handler. only deliver payload to client instead of complete header incl acl + l2cap headers. fix examples
|
2009-10-21 19:58:40 +00:00 |
|
matthias.ringwald
|
03cfbabc9a
|
added status to L2CAP_CHANNEL_OPENED event
|
2009-10-19 20:21:32 +00:00 |
|
matthias.ringwald
|
6c9a8e599c
|
Show alert when BTstack open fails because of no BTdaemon
|
2009-10-18 09:06:29 +00:00 |
|
matthias.ringwald
|
8396a0038f
|
unify RFCOMM frame creation
|
2009-10-17 09:40:36 +00:00 |
|
matthias.ringwald
|
f9fd37aaf1
|
handle RFCOMM UIH_PF packet with credit frame
|
2009-10-15 20:08:35 +00:00 |
|
matthias.ringwald
|
fcd89c885f
|
cleaned up RFCOMM ready a bit
|
2009-10-14 20:08:36 +00:00 |
|
matthias.ringwald
|
0d032301e2
|
first minimal working RFCOMM data reception
|
2009-10-10 20:00:45 +00:00 |
|
matthias.ringwald
|
e29adc1159
|
add support for Cocoa CoreFoundation run loop - not fully implemented but usable by clients, use ms instead of s for run_loop_set_timer function
|
2009-10-07 20:17:19 +00:00 |
|
matthias.ringwald
|
1f86f1bbfd
|
merge event and data handler into general packet handler
|
2009-10-05 22:06:12 +00:00 |
|
matthias.ringwald
|
b360b6ad92
|
remove BTSTACK_EVENT_WORKING. Use BTSTACK_EVENT_STATE with state == HCI_STATE_WORKING instead
|
2009-09-30 20:29:30 +00:00 |
|
matthias.ringwald
|
80d52d6be7
|
clean up command names and headers
|
2009-09-29 19:40:55 +00:00 |
|
matthias.ringwald
|
ffa95428fe
|
include requried headers in btstack.h
|
2009-09-28 21:20:27 +00:00 |
|
matthias.ringwald
|
23053b9e43
|
organize headers: e.g. use <btstack/btstack.h> instead of "btstack.h"
|
2009-09-28 21:19:05 +00:00 |
|
matthias.ringwald
|
5f974d96b9
|
try do send SABM on DLCI 1 (didn't work)
|
2009-09-28 18:17:11 +00:00 |
|
matthias.ringwald
|
632617fe34
|
started to hack on RFCOMM, but didn't get far
|
2009-09-24 19:37:12 +00:00 |
|