From 4e32e18a968360e0aabe725387a297afabceb079 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Tue, 2 Mar 2010 23:24:11 +0000 Subject: [PATCH] updated todo + new project files --- TODO.txt | 4 +--- project.xcodeproj/project.pbxproj | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO.txt b/TODO.txt index c20be1a3b..cf8a7de0c 100644 --- a/TODO.txt +++ b/TODO.txt @@ -5,9 +5,7 @@ NEXT: - BUG: bt_close crashes when used in CocoaTouch app -- BUG: BTdaemon crashes on iPhone when CocoaTouch app is closed (sometimes) -- BUG: malloc warning when BTdaemon is started by launchd -- Support TCP socket server on 13333 via launchd in addition to the unix socket +- BUG: BTdaemon crashes on iPhone when CocoaTouch app is closed - Provide BTstackManager Objective-C class - implement l2cap code - implement rfcomm code diff --git a/project.xcodeproj/project.pbxproj b/project.xcodeproj/project.pbxproj index 9f3f7f480..d323347a0 100644 --- a/project.xcodeproj/project.pbxproj +++ b/project.xcodeproj/project.pbxproj @@ -103,6 +103,7 @@ 9C7ECBB40FCC95DD0085DAC5 /* hci_dump.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hci_dump.c; path = src/hci_dump.c; sourceTree = ""; }; 9C88500C0FBF6702004980E4 /* l2cap.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = l2cap.c; path = src/l2cap.c; sourceTree = ""; }; 9C88500D0FBF6702004980E4 /* l2cap.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = l2cap.h; path = src/l2cap.h; sourceTree = ""; }; + 9C978672113DC04900380B3E /* ch.ringwald.BTstackTCP.plist */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.plist.xml; name = ch.ringwald.BTstackTCP.plist; path = resources/ch.ringwald.BTstackTCP.plist; sourceTree = ""; }; 9C994B8E106BEEB700C70311 /* rfcomm.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = rfcomm.c; path = example/rfcomm.c; sourceTree = ""; }; 9CA3C0900FB8B3C4005F48DE /* TODO.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = TODO.txt; sourceTree = ""; }; 9CAA573610A5D87400D0E1A9 /* inquiry.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = inquiry.c; path = example/inquiry.c; sourceTree = ""; }; @@ -276,6 +277,7 @@ children = ( 9C78A04A103C6734003B2950 /* Default_BTstack.png */, 9C78A0BB103C9DEE003B2950 /* ch.ringwald.BTstack.plist */, + 9C978672113DC04900380B3E /* ch.ringwald.BTstackTCP.plist */, 9C78A04B103C6734003B2950 /* Default_BTstackActive.png */, 9C78A04C103C6734003B2950 /* FSO_BTstack.png */, 9C78A04D103C6734003B2950 /* FSO_BTstackActive.png */,