Commit Graph

3138 Commits

Author SHA1 Message Date
matthias.ringwald@gmail.com
dda2afc516 allow for vendor-specific command to set public bd addr 2015-02-10 21:30:12 +00:00
matthias.ringwald@gmail.com
ad108f5ede correct access to event address 2015-02-10 18:47:55 +00:00
matthias.ringwald@gmail.com
a4f30ec095 fix code to set connectio state to RECEIVED_DISCONNECTION_COMPLETE 2015-02-10 18:39:00 +00:00
mila@ringwald.ch
a0c35809ae streamline copyright headers 2015-02-06 16:19:27 +00:00
mila@ringwald.ch
77cb307928 fix match copyright 2015-02-06 16:12:25 +00:00
mila@ringwald.ch
9359c00d4b handle one line comment 2015-02-06 15:48:39 +00:00
mila@ringwald.ch
b5c1b08d78 fix regex string 2015-02-06 14:34:38 +00:00
mila@ringwald.ch
cc9ec05d11 fixed temp file name generation 2015-02-06 14:16:26 +00:00
mila@ringwald.ch
7b1f13c069 add update copyright function 2015-02-06 14:08:38 +00:00
mila@ringwald.ch
61ac449d15 api for sdp uuid128 query 2015-02-06 14:06:24 +00:00
matthias.ringwald@gmail.com
17dc955e17 added package script for Android/MTK version 2015-02-06 13:48:41 +00:00
matthias.ringwald@gmail.com
b5a986ac93 rework hci_transport_h2_usb to continue searching for a valid Bluetooth dongle even if the first one is already in use 2015-02-06 13:37:18 +00:00
mila@ringwald.ch
4dd7c61ba1 add worning on copyright missing 2015-02-06 11:41:11 +00:00
mila@ringwald.ch
97e453d994 update coyright 2015-02-06 11:39:18 +00:00
matthias.ringwald@gmail.com
701961898c duplicate examples 2015-02-06 11:37:36 +00:00
mila@ringwald.ch
231d622c24 update copyright 2015-02-06 11:25:18 +00:00
mila@ringwald.ch
d0ed8cbe29 update copyright 2015-02-06 11:13:56 +00:00
mila@ringwald.ch
83127c026c add update_copyright python script 2015-02-06 10:46:18 +00:00
mila@ringwald.ch
f6ed4ea310 update copyright, add author 2015-02-06 10:45:10 +00:00
matthias.ringwald@gmail.com
00894323b4 added port for Android 4.x devices with MediaTek MT65xx Bluetooth chipset 2015-02-06 09:40:12 +00:00
matthias.ringwald@gmail.com
f5a72a7640 try to send ARP Probe request 2015-02-05 22:49:56 +00:00
matthias.ringwald@gmail.com
bdbf1a1bb9 removed deprecated hci functions 2015-02-05 15:47:25 +00:00
matthias.ringwald@gmail.com
ccda6e14d0 avoid sending acl packets for connections where HCI_EVENT_DISCONNECTION_COMPLETE has been received 2015-02-05 15:43:01 +00:00
matthias.ringwald@gmail.com
3568d140a5 improve comments 2015-02-05 15:23:48 +00:00
matthias.ringwald@gmail.com
897310e152 don't call l2cap_disconnect_internal on L2CAP_EVENT_CHANNEL_CLOSED event 2015-02-05 15:20:00 +00:00
matthias.ringwald@gmail.com
4fa24b5f10 emit warning for DAEMON_EVENT_HCI_PACKET_SENT from a synchronous HCI Transport implementation 2015-02-05 14:40:16 +00:00
mila@ringwald.ch
2a9ce0dec0 gatt client: added MTU getter 2015-02-05 14:34:03 +00:00
matthias.ringwald@gmail.com
507d06b870 avoid var sized automatic variable in le_handle_advertisement_report 2015-01-30 09:15:30 +00:00
matthias.ringwald@gmail.com
2c1e7bd82f bump version to 0.9 2015-01-15 15:21:54 +00:00
matthias.ringwald@gmail.com
f540f3aff0 bump L2CAP Response Timeout from 2 to 10 seconds 2015-01-14 20:25:13 +00:00
matthias.ringwald@gmail.com
ed3a7d82f6 fix packet reading on android 2015-01-14 20:22:51 +00:00
matthias.ringwald@gmail.com
76b4a2b4c3 catch interretuptedexception during join 2015-01-11 22:25:00 +00:00
matthias.ringwald@gmail.com
2001ebf1de don't send daemon disconnected on thread interrupted 2015-01-11 22:20:58 +00:00
matthias.ringwald@gmail.com
9461a321be hand out credits in blocks of 10 (easier debugging) 2015-01-05 21:04:48 +00:00
matthias.ringwald@gmail.com
50095589a3 speed up libusb async hci transport 2015-01-04 17:20:55 +00:00
ole.reinhardt@googlemail.com
70539b1863 Fixed multicast filtering
Replace filters instead of adding new to the list
2015-01-04 00:19:28 +00:00
ole.reinhardt@googlemail.com
1ffd7400f6 Added another pts_addr for testing / debugging / development... 2015-01-04 00:19:23 +00:00
ole.reinhardt@googlemail.com
7d25205242 Fixed bnep device name setting on linux. The device name shall be of the form
bnepX where X is automatically enumerated by the kernel.

So if bnep0 just exists, the created device will be named bnep1

The former solution set the device name fixed to bnep
2015-01-04 00:19:18 +00:00
matthias.ringwald@gmail.com
a5a23fc274 with ACL fragmentation working, usable ACL packet types depend on Host ACL buffer size and Controller features 2015-01-02 18:06:01 +00:00
matthias.ringwald@gmail.com
000d23ea03 minimal version of PacketLogger format dumper 2015-01-02 18:02:43 +00:00
ole.reinhardt@googlemail.com
a704f1d53a Added sample code for sending network protocol and multicast filters 2015-01-02 01:14:00 +00:00
ole.reinhardt@googlemail.com
d80db446ec Implemented network protocol and multicast filters.
Added two new API functions:
   bnep_set_net_type_filter()
   bnep_set_multicast_filter()
2015-01-02 01:13:53 +00:00
ole.reinhardt@googlemail.com
988719c2b4 Added definition of ETHERTYPE_VLAN 2015-01-02 01:13:48 +00:00
ole.reinhardt@googlemail.com
cda4591470 Fix compilation on Linux (Apple compilation needs several header files that
are not available on Linux)
2015-01-02 01:13:44 +00:00
ole.reinhardt@googlemail.com
c47c72f6c4 Commented out unused variables (to suppress compiler warnings) 2015-01-02 01:13:39 +00:00
matthias.ringwald
919da6fe50 fix de_get_uuid32 2014-12-22 16:51:44 +00:00
matthias.ringwald@gmail.com
44a024d4f1 adapt for tuntaposx 2014-12-21 21:59:27 +00:00
matthias.ringwald@gmail.com
73bb0a8e18 added option to construct rfcomm packet in outgoing buffer 2014-12-19 21:42:12 +00:00
matthias.ringwald@gmail.com
2630d9191b add missing argument 2014-12-19 21:36:52 +00:00
matthias.ringwald@gmail.com
7dc59ca607 fix converter for HCI_VS_SET_CLASS2_SINGLE_POWER 2014-12-19 21:35:40 +00:00