mila@ringwald.ch
|
cc973175fe
|
fixed compile
|
2014-10-16 10:12:03 +00:00 |
|
matthias.ringwald@gmail.com
|
d2ec4031ba
|
avoid /** comments, clean up block comments
|
2014-10-16 09:15:23 +00:00 |
|
matthias.ringwald
|
ceea31999e
|
don't declare variables in case block
|
2014-10-15 08:27:13 +00:00 |
|
matthias.ringwald@gmail.com
|
6e0f0421a3
|
added #include guard to btstack-config.h
|
2014-10-14 20:00:04 +00:00 |
|
matthias.ringwald@gmail.com
|
0414dabd12
|
don't typedef enum for bit flags
|
2014-10-14 19:33:15 +00:00 |
|
matthias.ringwald@gmail.com
|
bfca07b8cf
|
fix compile
|
2014-10-05 09:23:05 +00:00 |
|
mila@ringwald.ch
|
3b288578de
|
added le_scan example
|
2014-10-02 20:22:04 +00:00 |
|
mila@ringwald.ch
|
7c40ac80c0
|
rewrote gatt_client state handling: API uses handles instaed of context structs (adapted examples and daemon)
|
2014-10-02 20:06:29 +00:00 |
|
matthias.ringwald@gmail.com
|
1a1b52738c
|
revert accidental commit
|
2014-10-02 12:28:55 +00:00 |
|
mila@ringwald.ch
|
2f2c3f50b1
|
gatt battery level query example
|
2014-09-26 08:45:34 +00:00 |
|
matthias.ringwald@gmail.com
|
2123836d92
|
moved client-server-based examples into examples/daemon
|
2014-09-23 07:29:25 +00:00 |
|
matthias.ringwald@gmail.com
|
198795bf17
|
remove unused test code generation, use sdp_create_spp_service instead of local copy
|
2014-09-21 18:54:45 +00:00 |
|
mila@ringwald.ch
|
51774baa91
|
use CFLAGS for LIBUSB include flags
|
2014-09-18 20:54:40 +00:00 |
|
mila@ringwald.ch
|
533c0e8283
|
split ancs_client in main app and lib, use pkg-config for libusb
|
2014-09-10 21:03:38 +00:00 |
|
matthias.ringwald@gmail.com
|
de5d9fe42f
|
moved general scripts into tools
|
2014-09-04 19:53:39 +00:00 |
|
matthias.ringwald@gmail.com
|
5754b9390d
|
extra POSIX code and Makefile into platforms/posix/src
|
2014-09-04 19:24:00 +00:00 |
|
matthias.ringwald@gmail.com
|
1d4dc0af5c
|
drop iOS SDK support from Automake build system (using theos anyway)
|
2014-09-04 15:29:15 +00:00 |
|
matthias.ringwald@gmail.com
|
2250dead6c
|
move iOS project into platforms/ios
|
2014-09-04 14:01:15 +00:00 |
|
matthias.ringwald@gmail.com
|
a0e4eb7ca8
|
dump received RFCOMM data as text, use only \n instead of \n\r
|
2014-09-04 10:07:00 +00:00 |
|
ole.reinhardt@googlemail.com
|
f59d59529d
|
Merge branch 'development'
|
2014-09-02 21:56:37 +00:00 |
|
mila@ringwald.ch
|
d2effbcc76
|
added sdp bnep query example that extracts l2cap psm and bnep version values
|
2014-08-29 21:25:46 +00:00 |
|
mila@ringwald.ch
|
49ca58d6a2
|
remove hexdump2, use printf_hexdump instead
|
2014-08-15 22:04:48 +00:00 |
|
mila@ringwald.ch
|
a00c4fbe82
|
removed hci_write_authentication_enable from code
|
2014-08-15 14:39:46 +00:00 |
|
mila@ringwald.ch
|
c6d71a3daa
|
removed hci_write_authentication_enable from code
|
2014-08-15 14:39:01 +00:00 |
|
matthias.ringwald@gmail.com
|
d94d3caf6b
|
use hci_can_send_command_packet_now instead of hci_can_send_packet_now_using_packet_buffer(HCI_COMMAND_DATA_PACKET)
|
2014-08-11 21:20:07 +00:00 |
|
matthias.ringwald@gmail.com
|
4c129512c4
|
fix compile
|
2014-08-08 20:50:07 +00:00 |
|
mila@ringwald.ch
|
1d82905555
|
corrected HCI_EVENT_INQUIRY_RESULT and HCI_EVENT_INQUIRY_RESULT_WITH_RSSI handling
|
2014-08-08 13:16:22 +00:00 |
|
mila@ringwald.ch
|
206a90311e
|
corrected HCI_EVENT_INQUIRY_RESULT and HCI_EVENT_INQUIRY_RESULT_WITH_RSSI handling
|
2014-08-08 13:14:07 +00:00 |
|
mila@ringwald.ch
|
2e17d07dac
|
removed ble client
|
2014-08-08 13:12:23 +00:00 |
|
matthias.ringwald@gmail.com
|
e0d35ddbe7
|
also build ble_peripheral_uart_cc256x
|
2014-07-31 15:03:04 +00:00 |
|
matthias.ringwald@gmail.com
|
d1ab4f5712
|
fix prefix comparison
|
2014-07-30 20:44:29 +00:00 |
|
mila@ringwald.ch
|
d2c93e6f94
|
corrected typo
|
2014-07-04 08:56:25 +00:00 |
|
mila@ringwald.ch
|
d3b1c40fa3
|
renamed gatt client register handler function
|
2014-07-04 08:42:30 +00:00 |
|
mila@ringwald.ch
|
cac9f13904
|
include security manager
|
2014-06-26 11:21:22 +00:00 |
|
matthias.ringwald@gmail.com
|
9f7471df9d
|
setup security manager
|
2014-06-26 09:04:40 +00:00 |
|
mila@ringwald.ch
|
29b6f75ea8
|
Add command line option for remote public bd addr
|
2014-06-20 10:43:39 +00:00 |
|
mila@ringwald.ch
|
f64240626f
|
gatt client: implemented signed write
|
2014-06-19 22:20:43 +00:00 |
|
matthias.ringwald
|
2e223452ff
|
handle notification attribute result received in chunks
|
2014-06-11 20:54:26 +00:00 |
|
matthias.ringwald
|
7763678c43
|
remove signature from att_write callback, add connection handle to att read and write callbacks, update examples
|
2014-06-10 21:44:05 +00:00 |
|
matthias.ringwald
|
92ed1ec273
|
add option to use CSR8811 chipset
|
2014-06-10 20:43:56 +00:00 |
|
matthias.ringwald
|
e482e2f301
|
added dual-mode SPP and LE Counter example
|
2014-06-10 20:11:41 +00:00 |
|
matthias.ringwald
|
c88e6374c9
|
ANCS example working
|
2014-06-09 21:56:37 +00:00 |
|
matthias.ringwald
|
5502b46021
|
use mimimal att db for ancs
|
2014-06-09 20:33:01 +00:00 |
|
matthias.ringwald
|
f8f845275e
|
use higher advertisement rate, request slave security, start subscribe after connection is encrypted
|
2014-06-09 20:12:33 +00:00 |
|
matthias.ringwald
|
ce8ecddc86
|
first part of ANCS Client
|
2014-06-08 21:47:27 +00:00 |
|
matthias.ringwald
|
b9169cb80a
|
add OS X frameworks
|
2014-06-07 10:22:37 +00:00 |
|
mila@ringwald.ch
|
0a6ba8f040
|
clean up code and output
|
2014-05-30 22:35:14 +00:00 |
|
mila@ringwald.ch
|
d261ad7fc8
|
gatt example: discover primary services and characteristics
|
2014-05-30 15:14:31 +00:00 |
|
mila@ringwald.ch
|
52a728e601
|
removed unsed files
|
2014-05-30 14:14:05 +00:00 |
|
mila@ringwald.ch
|
f2f517a9b0
|
gatt client fixed reset peripheral state
|
2014-05-24 00:14:05 +00:00 |
|