matthias.ringwald
|
869cb7a332
|
with CFRunLoop on main thread, no extra pthread is needed for power notifications
|
2011-06-03 21:45:34 +00:00 |
|
matthias.ringwald
|
41549c8143
|
move BTstack run loop to separate thread on iOS and start CFRunLoop on main thread - fixes broken reception of Darwin notifications
|
2011-06-03 21:34:00 +00:00 |
|
matthias.ringwald
|
5f5abb394b
|
fix leaking in persistent_rfcomm_channel for iOS
|
2011-06-03 19:27:19 +00:00 |
|
matthias.ringwald
|
2ca43cdf3a
|
use NSLog on iOS
|
2011-06-03 15:38:13 +00:00 |
|
matthias.ringwald
|
c92e922855
|
use NSLog on iOS
|
2011-06-03 15:37:08 +00:00 |
|
matthias.ringwald
|
fcd143f0be
|
renamed hci_transport_t instance getter
|
2011-05-31 21:47:35 +00:00 |
|
matthias.ringwald
|
6da2c65f6e
|
removed debugging stuff
|
2011-05-31 21:45:25 +00:00 |
|
matthias.ringwald
|
e029df3436
|
removed debugging stuff
|
2011-05-31 21:42:21 +00:00 |
|
matthias.ringwald
|
f1dfb1058e
|
added support for IRQ driven UART driver for embedded systems
|
2011-05-31 21:37:35 +00:00 |
|
matthias.ringwald
|
3072d6e50d
|
missing header
|
2011-05-27 20:50:26 +00:00 |
|
matthias.ringwald
|
8d6e95b08f
|
missing header
|
2011-05-27 20:49:40 +00:00 |
|
matthias.ringwald
|
8f2b8ff8ce
|
fix compiler warnings
|
2011-05-27 20:49:02 +00:00 |
|
matthias.ringwald
|
05bbbaabf4
|
fix compiler warnings
|
2011-05-27 20:47:31 +00:00 |
|
matthias.ringwald
|
ded71ee47d
|
add prototype for void rfcomm_close_connection(void *connection)
|
2011-05-27 20:46:16 +00:00 |
|
matthias.ringwald
|
75d5d2d382
|
fix compiler warnings
|
2011-05-27 20:40:59 +00:00 |
|
matthias.ringwald
|
1cc4592bcf
|
fix debug printf
|
2011-05-27 20:01:08 +00:00 |
|
matthias.ringwald
|
54348d212c
|
fix compiler warning because of missing default:
|
2011-05-27 19:19:29 +00:00 |
|
matthias.ringwald
|
7e1aa74b65
|
pragma once
|
2011-05-27 18:55:57 +00:00 |
|
matthias.ringwald
|
62017f66c4
|
pulled patch 153v2_persistance_keys, fixed compiler warnings, used BD_ADDR_CMP to compare bd_addr
|
2011-05-27 18:43:56 +00:00 |
|
matthias.ringwald
|
1607b1afc9
|
Add extern for 'remote_device_db_memory'
|
2011-05-17 07:38:54 +00:00 |
|
matthias.ringwald
|
73ba8a136d
|
memory storage for remote device db as proposed by Simon
|
2011-05-12 20:09:42 +00:00 |
|
matthias.ringwald
|
8dd5236b87
|
For EMBEDDED: add autonumbering and don't call free
|
2011-05-12 20:04:08 +00:00 |
|
matthias.ringwald
|
a486ba59ea
|
added sdp_traversal_set_attribute_for_id
|
2011-05-12 20:02:14 +00:00 |
|
matthias.ringwald
|
9fad573414
|
finished rfcomm_close_connection
|
2011-05-12 19:38:51 +00:00 |
|
matthias.ringwald
|
ee709849fc
|
also register BTdaemon as packet handler for SDP
|
2011-05-12 19:15:43 +00:00 |
|
matthias.ringwald
|
2547163c2e
|
added sdp_register_packet_handler function, emit SDP_SERVICE_REGISTERED
|
2011-05-12 19:12:56 +00:00 |
|
matthias.ringwald
|
33a315a555
|
init sdp_service_records
|
2011-05-12 18:55:02 +00:00 |
|
matthias.ringwald
|
7392f586da
|
remembered to close all RFCOMM channels and unregister RFCOMM services - close channels not implemented yet
|
2011-05-05 22:18:39 +00:00 |
|
matthias.ringwald
|
7934ed2f08
|
don't process SDP record for EMBEDDED configuration - no malloc uese
|
2011-05-05 20:10:23 +00:00 |
|
matthias.ringwald
|
9cfcc54d6f
|
replaced printf and fprintf(\stderr with log_dbg and log_err
|
2011-05-05 18:45:28 +00:00 |
|
matthias.ringwald
|
933d8a8084
|
manage RFCOMM channel services by name for iOS platform, rework RFCOMM service registration
|
2011-05-03 21:14:41 +00:00 |
|
matthias.ringwald
|
a7c3dae54a
|
also forgot to add rfcomm.c, fix include path for rfcomm.h, update source code boilerplate
|
2011-05-01 11:36:12 +00:00 |
|
matthias.ringwald
|
3574283731
|
also add rfcomm.h
|
2011-05-01 10:25:46 +00:00 |
|
matthias.ringwald
|
e115bf24db
|
Added RFCOMM
|
2011-04-30 20:30:05 +00:00 |
|
matthias.ringwald
|
3c4d4b9093
|
support for prefsbundle, bug fixes, other stuff
|
2011-04-30 20:11:20 +00:00 |
|
matthias.ringwald
|
be93675935
|
provide option to HCI_DUMP_FULL_LOG
|
2011-03-19 18:39:03 +00:00 |
|
matthias.ringwald
|
87afd6f135
|
check return of read
|
2011-03-19 18:33:52 +00:00 |
|
matthias.ringwald
|
16d01b5338
|
don't use cocoa run loop. BTdaemon was loosing bytes from /dev/tty.Bluetooth on iOS
|
2011-03-19 17:37:09 +00:00 |
|
matthias.ringwald
|
66858bb853
|
use separate thread to receive IOKit power notifications
|
2011-03-19 17:17:23 +00:00 |
|
matthias.ringwald
|
9886033ccb
|
correct spelling, new hci commands (thanks to jens)
|
2011-03-19 15:34:55 +00:00 |
|
matthias.ringwald
|
7400fe0c15
|
unload BTServer while BTstack is active
|
2011-03-16 10:44:17 +00:00 |
|
matthias.ringwald
|
d0b5eda730
|
retain timer twice, don't free null timer
|
2011-03-16 10:43:01 +00:00 |
|
matthias.ringwald
|
0a90cc4090
|
re-enable inquiry scan after sleep if it was on before
|
2011-02-03 19:41:43 +00:00 |
|
matthias.ringwald
|
4ddb5bed9e
|
fix deadlock when going from Sleep into Power off
|
2011-02-02 22:05:11 +00:00 |
|
matthias.ringwald
|
33871ba6fd
|
register for SpringBoardDidLaunch notifications and wait up to ten seconds for SpringBoardAccess server before adding BTstack icon again
|
2011-02-02 21:37:40 +00:00 |
|
matthias.ringwald
|
7ec5eeaa74
|
fix exration of num hci cmds allowed from command status packets
|
2011-01-30 18:37:02 +00:00 |
|
matthias.ringwald
|
89db417b22
|
disable page and inquiry scan when entering sleep mode
|
2011-01-30 17:38:07 +00:00 |
|
matthias.ringwald
|
574e07e180
|
list hci_discoverable_control
|
2011-01-30 17:06:28 +00:00 |
|
matthias.ringwald
|
7ba356d267
|
query interface description for bluetooth endpoints
|
2011-01-12 20:43:27 +00:00 |
|
matthias.ringwald
|
60085dbc01
|
also include config.h
|
2011-01-12 19:48:08 +00:00 |
|