ole.reinhardt@googlemail.com
cf7827865f
Defined HCI_INCOMING_PRE_BUFFER_SIZE
...
(14 Bytes = 2 * sizeof(bd_addr_t) + sizeof(uint16_t))
This avoids extra copying of the ethernet frame into a static buffer
bnep.c implements two solutions with and without HCI_INCOMING_PRE_BUFFER_SIZE
defined
2014-11-12 00:12:23 +00:00
ole.reinhardt@googlemail.com
c24894aa88
Set HCI_ACL_PAYLOAD_SIZE to 1695 (1691 + 4). This is at least enough to support
...
the minimum l2cap mtu of 1691 bytes, required by bnep
2014-11-12 00:12:18 +00:00
matthias.ringwald@gmail.com
96ea52a826
drop h4, link against winsock2 on win32
2014-11-11 23:03:03 +00:00
matthias.ringwald@gmail.com
c7c3776f84
use $^ where possible
2014-11-11 22:54:07 +00:00
matthias.ringwald@gmail.com
e91c3bdb8e
drop non-usb examples
2014-11-11 22:51:10 +00:00
matthias.ringwald@gmail.com
ce0c3c4c8d
move WiiMoteDemo into platforms/ios
2014-11-06 23:18:59 +00:00
matthias.ringwald@gmail.com
a7e11cda4e
collect actuall BTstack embedded examples in example/embedded
2014-11-06 21:14:37 +00:00
matthias.ringwald@gmail.com
7b472d9ff8
moved ancs_client_lit into ble/
2014-10-31 16:12:52 +00:00
mila@ringwald.ch
3e05add930
gtt client extended to handle multiple subclients of a peripheral
2014-10-31 15:58:44 +00:00
matthias.ringwald@gmail.com
5d07299d04
fix typo in sdp_bnep_query
2014-10-30 09:41:30 +00:00
ole.reinhardt@googlemail.com
e3dd2f3b1e
Finalized bi-directional communication
...
Pinging the remote device works great, but a ssh connection leads to a stalled
connection
2014-10-28 01:16:57 +00:00
ole.reinhardt@googlemail.com
1cc83677a3
Added tap device, packet receive and transmit functions.
...
There still is a bug in the packet data handling, packat forwarding still is
defined only in one direction. Back-Direction will follow soon
2014-10-27 11:50:12 +00:00
ole.reinhardt@googlemail.com
7c5032c1d5
Removed panu_demo from the all target as it depends on Linux as build plattform
...
To compile it, run "make panu_demo"
2014-10-27 11:49:32 +00:00
mila@ringwald.ch
1f92e12a88
corrected rfcomm_can_send_packet_now, and used in examples
2014-10-23 19:22:39 +00:00
mila@ringwald.ch
c81dbccfbb
sdp client: extracted method can_send_now
2014-10-23 09:07:02 +00:00
mila@ringwald.ch
84e56682a4
prints out BNEP PAN protocol UUID
2014-10-20 19:27:44 +00:00
ole.reinhardt@googlemail.com
8dc7eb6046
Added panu demo (start of development, currently just creates a connection)
2014-10-20 10:06:23 +00:00
matthias.ringwald@gmail.com
d8407cf0ab
only print counter if it was sent
2014-10-16 13:49:32 +00:00
matthias.ringwald@gmail.com
e9f7ae9d05
fix unused var warning
2014-10-16 13:47:44 +00:00
mila@ringwald.ch
53d7624b52
updated Makefile
2014-10-16 10:37:31 +00:00
mila@ringwald.ch
49930caa4d
updated Makefile.in
2014-10-16 10:33:07 +00:00
mila@ringwald.ch
864325c185
update Makefile
2014-10-16 10:27:35 +00:00
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