matthias.ringwald
|
694159226e
|
fix -Wstrict-prototypes
|
2011-06-06 13:57:15 +00:00 |
|
matthias.ringwald
|
857f3e207e
|
include after extern C
|
2011-06-05 11:23:15 +00:00 |
|
matthias.ringwald
|
26fe77d15a
|
test for HAVE_BZERO
|
2011-06-05 09:52:22 +00:00 |
|
matthias.ringwald
|
d51dc5e348
|
added HAVE_TIME checks
|
2011-06-05 09:51:02 +00:00 |
|
matthias.ringwald
|
c0af504239
|
update hal_uart_dma interface
|
2011-06-05 09:50:25 +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
|
a486ba59ea
|
added sdp_traversal_set_attribute_for_id
|
2011-05-12 20:02:14 +00:00 |
|
matthias.ringwald
|
f1b41b2b09
|
added error code for sdp record already registered
|
2011-05-12 19:12:02 +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
|
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
|
9232eb1684
|
clean up and move SDP_SERVICE_REGISTERED to 0x90
|
2011-03-19 18:27:14 +00:00 |
|
matthias.ringwald
|
9886033ccb
|
correct spelling, new hci commands (thanks to jens)
|
2011-03-19 15:34:55 +00:00 |
|
matthias.ringwald
|
381fbed89a
|
add, track, and handle btstack_set_disoverable
|
2011-01-10 21:11:58 +00:00 |
|
matthias.ringwald
|
bc2af4fc4b
|
added btstack_set_discoverable command
|
2011-01-10 20:29:29 +00:00 |
|
matthias.ringwald
|
15d7b8a815
|
introduce HCI states SLEEPING and FALLING_ASLEEP, introduce HCI power mode command SLEEP
|
2011-01-06 23:07:41 +00:00 |
|
matthias.ringwald
|
86d949c245
|
make some functions public
|
2010-09-11 18:45:59 +00:00 |
|
matthias.ringwald
|
038c3ed2ee
|
also comment BTSTACK_EVENT_REMOTE_NAME_CACHED structure
|
2010-09-02 18:42:54 +00:00 |
|
matthias.ringwald
|
627c2f4552
|
define BTSTACK_EVENT_REMOTE_NAME_CACHED, and implement event emit code
|
2010-09-01 21:25:40 +00:00 |
|
matthias.ringwald
|
29d5309818
|
replace link_key_db_t with a remote_device_db_t that also holds cached remote names
|
2010-08-30 18:44:50 +00:00 |
|
matthias.ringwald
|
510ea4fb9c
|
clarify L2CAP_EVENT_CREDITS event format
|
2010-08-23 20:59:46 +00:00 |
|
matthias.ringwald
|
15470d2718
|
allow specify MTU for outgoing l2cap connections (was 150 before)
|
2010-08-10 20:43:55 +00:00 |
|
matthias.ringwald
|
df33c7a6dc
|
add const to hci_cmd_t for bt_send_cmd, too. Add C++ link protection to public headers
|
2010-08-08 18:17:48 +00:00 |
|
matthias.ringwald
|
fe35119d8a
|
mark hci cmd templates as const to save RAM
|
2010-08-08 18:10:45 +00:00 |
|
matthias.ringwald
|
866d626ba4
|
add bzero for embedded targets
|
2010-08-03 19:57:39 +00:00 |
|
matthias.ringwald
|
6a38fc08d9
|
added linked_list_empty
|
2010-07-29 19:46:12 +00:00 |
|
matthias.ringwald
|
6218e6f12b
|
add counters for flow control, channel credits event, return -1 if no space in BT module
|
2010-07-29 19:35:34 +00:00 |
|
matthias.ringwald
|
7cd486c7a1
|
added linked_list_add_tail to append at end of list
|
2010-07-29 18:23:08 +00:00 |
|
matthias.ringwald
|
e2edc0c398
|
read buffer size on hci init
|
2010-07-25 15:11:33 +00:00 |
|
matthias.ringwald
|
f675678295
|
removed data_source flags again, tidy source code
|
2010-06-29 21:59:24 +00:00 |
|
matthias.ringwald
|
2cf3483ca6
|
added data_source flags
|
2010-06-29 21:06:14 +00:00 |
|
matthias.ringwald
|
88bc6ea8e4
|
moved private parts of run_loop.h into run_loop_private.h
|
2010-06-29 20:58:45 +00:00 |
|
matthias.ringwald
|
73e81a1188
|
universal SDP attribute IDs
|
2010-06-13 13:46:36 +00:00 |
|
matthias.ringwald
|
d370e7cf04
|
implmented continuation handling for sdp_handle_service_search_attribute_request
|
2010-06-13 10:30:43 +00:00 |
|
matthias.ringwald
|
231e1adb5d
|
implemented continuation handling for sdp_handle_service_attribute_request
|
2010-06-13 09:58:38 +00:00 |
|
matthias.ringwald
|
c1b43b8cbf
|
pass on connection to sdp register functions, call sdp_unregister_services_for_connection when client disconnects
|
2010-06-13 08:26:47 +00:00 |
|
matthias.ringwald
|
707971a702
|
add _internal to unregister service record
|
2010-06-12 20:59:22 +00:00 |
|
matthias.ringwald
|
7a26a9baa7
|
add sdp_register_service_record, sdp_unregister_service_record commands
|
2010-06-12 19:03:58 +00:00 |
|
matthias.ringwald
|
d9944f02e3
|
added internal sdp register/unregister functions
|
2010-06-11 21:12:14 +00:00 |
|
matthias.ringwald
|
fb19951d60
|
also handle deny other two SDP requests
|
2010-06-09 18:41:25 +00:00 |
|
matthias.ringwald
|
5b0ad4acac
|
added sdp preliminaries
|
2010-06-09 17:33:28 +00:00 |
|
matthias.ringwald
|
c840b07bfe
|
add utils used by sdp
|
2010-06-09 17:32:07 +00:00 |
|
matthias.ringwald
|
378e197db2
|
added big endian helpers to utils.c for SDP
|
2010-06-09 15:30:49 +00:00 |
|
matthias.ringwald
|
3959151bf9
|
more or less complete SDP ServiceRecord handling utilities
|
2010-06-08 18:52:10 +00:00 |
|
matthias.ringwald
|
a83b7b0088
|
added hci_pin_code_request_negative_reply
|
2010-04-28 20:33:30 +00:00 |
|
matthias.ringwald
|
13939703e9
|
added master/slave role commands and events
|
2010-03-14 11:09:10 +00:00 |
|
matthias.ringwald
|
3558ddaba3
|
fix compile, added HID PSMs
|
2010-03-04 23:22:39 +00:00 |
|
matthias.ringwald
|
b35f641c7f
|
clarify use of source_cid and dest_cid - use only for signal packets and use local_cid and remote_cid otherwise - fixes bug in incoming l2cap connection handling
|
2010-03-04 23:03:40 +00:00 |
|
matthias.ringwald
|
504c9121df
|
added bt_use_tcp and adapted bt_open
|
2010-02-28 21:45:22 +00:00 |
|