1068 Commits

Author SHA1 Message Date
matthias.ringwald@gmail.com
9314412306 waste 1 extra byte per SDP record to allow compilation with older compilers 2013-12-19 22:41:50 +00:00
matthias.ringwald@gmail.com
eb984d877b added Asus BT400 to list of known Bluetooth USB dongles 2013-12-19 14:24:58 +00:00
matthias.ringwald@gmail.com
8363021c65 more pre-c99 fixes 2013-12-06 15:20:34 +00:00
mila@ringwald.ch
4f2f629291 struct initialization in old style, init in with 0 instead of NULL 2013-12-06 13:46:41 +00:00
mila@ringwald.ch
4eb637e285 struct initialization in old style 2013-12-06 09:28:43 +00:00
mila@ringwald.ch
82db68a572 struct initialization in old style 2013-12-06 09:23:34 +00:00
mila@ringwald.ch
9ecc3e1772 correct check for ACL packet length 2013-11-26 23:28:13 +00:00
matthias.ringwald@gmail.com
6c062428e1 check if hci_stack.control is set before accessing it in case of hardware error event 2013-11-26 21:53:22 +00:00
mila@ringwald.ch
e76a89ee0a assert correct packet size for received ACL and event packets 2013-11-22 12:49:34 +00:00
mila@ringwald.ch
ce6765104d send correct DAEMON_EVENT_HCI_PACKET_SENT from libusb 2013-11-22 12:48:47 +00:00
matthias.ringwald@gmail.com
c9af4d3f19 wait for COMMAND COMPLETE(HCI_RESET) after initial HCI RESET command 2013-11-09 21:56:33 +00:00
matthias.ringwald@gmail.com
5061f3af34 added hci_local_bd_addr() 2013-11-01 21:50:25 +00:00
mila@ringwald.ch
966db7038e SDP client: conditional use of ServiceSearch and AttributeSearch queries 2013-11-01 14:44:56 +00:00
matthias.ringwald@gmail.com
9f19152d75 use log_info/error instead of printf 2013-11-01 14:03:12 +00:00
matthias.ringwald@gmail.com
c358e0b077 use underscores instead of camel case 2013-11-01 13:37:55 +00:00
matthias.ringwald@gmail.com
bace66242a sdp: added service search and service attribute search queries 2013-11-01 13:09:54 +00:00
matthias.ringwald@gmail.com
a13f936391 remove sketched code 2013-10-31 21:17:00 +00:00
matthias.ringwald@gmail.com
b9a1b49404 disable SSP on iPhone as the there's no UI for it yet 2013-10-31 21:16:00 +00:00
matthias.ringwald@gmail.com
ae5d8360ea Enable SSP by default: no I/o, auto accept 2013-10-31 21:11:14 +00:00
matthias.ringwald@gmail.com
de1626b942 fix compile for Xcode 5 2013-10-29 09:56:23 +00:00
matthias.ringwald@gmail.com
0f0f1bb49a use parentheses for sizeof argument, use correct size 2013-10-29 09:25:00 +00:00
matthias.ringwald@gmail.com
356170583a changed struct name 2013-10-25 12:26:33 +00:00
matthias.ringwald@gmail.com
681f1afeb1 continue SDP query in daemon 2013-10-18 14:48:08 +00:00
matthias.ringwald@gmail.com
cab114861e renamed sdp_parser structs 2013-10-18 14:13:50 +00:00
matthias.ringwald@gmail.com
f2f3c97d2b in progress: using sdp_query_complete_event_t instead of sdp_parser_complete_event_t 2013-10-18 10:19:57 +00:00
matthias.ringwald@gmail.com
d7e0e3a80c don't enable LE Meta Event for non-LE chipsets - fixes problem with Kensington/CSR 2.1 Dongle 2013-10-18 08:27:49 +00:00
matthias.ringwald@gmail.com
65a46ef372 store LE Buffer size 2013-10-17 15:03:02 +00:00
matthias.ringwald@gmail.com
43aa700748 fix compile without HAVE_BLE 2013-10-17 14:47:23 +00:00
matthias.ringwald@gmail.com
24052c2afd move common LE init code into hci.c 2013-10-17 14:45:43 +00:00
matthias.ringwald@gmail.com
12fb62f7a8 started adding client-server functionality (SDP query) 2013-10-17 14:28:55 +00:00
matthias.ringwald@gmail.com
b11fb29405 included sdp_query_util.c file 2013-10-17 14:24:37 +00:00
matthias.ringwald@gmail.com
10b3f2e614 included sdp_query_util.c file 2013-10-17 14:24:08 +00:00
matthias.ringwald@gmail.com
2cd7c6d8e5 added SDP query util files 2013-10-17 14:22:47 +00:00
matthias.ringwald@gmail.com
92368cd384 don't send write scan enable for ble only chips 2013-10-15 21:37:38 +00:00
matthias.ringwald@gmail.com
f5d8d141f8 send less classic commands if classic isn't supported 2013-10-15 21:28:53 +00:00
matthias.ringwald@gmail.com
65389bfc79 calculate list of usable packet types also on local supported features 2013-09-19 20:59:01 +00:00
matthias.ringwald@gmail.com
54c3fd9dba iOS 6 fixes, try to fix iPhone 3G/4.x regression 2013-09-16 18:58:23 +00:00
matthias.ringwald@gmail.com
faca6cd47a add white list to use USB Bluetooth dongles that don't have Bluetooth class 2013-09-16 18:57:33 +00:00
matthias.ringwald@gmail.com
a1e659866a fix compile 2013-09-08 20:02:55 +00:00
matthias.ringwald@gmail.com
f4ad22b586 add missing cases when to shut down mutliplexer 2013-09-02 20:10:11 +00:00
matthias.ringwald@gmail.com
85212a37af show other debug messages 2013-09-02 20:01:52 +00:00
matthias.ringwald@gmail.com
3aa94ed346 avoid starving by sending DAEMON_EVENT_HCI_PACKET_SENT up the stack 2013-09-02 19:56:51 +00:00
matthias.ringwald@gmail.com
c27624e0be less debug output 2013-09-02 19:36:28 +00:00
matthias.ringwald@gmail.com
c733a3cd10 avoid starving by sending DAEMON_EVENT_HCI_PACKET_SENT up the stack 2013-09-02 19:34:21 +00:00
matthias.ringwald@gmail.com
dbe1a7904e answer HCI_EVENT_IO_USER_CONFIRMATION_REQUEST and HCI_EVENT_USER_PASSKEY_REQUEST if ssp_auto_accpet is set, provide hci_ssp_set.. API 2013-09-01 20:01:30 +00:00
matthias.ringwald@gmail.com
1d6b20ae69 answer HCI_EVENT_IO_CAPABILITY_REQUEST if hci_stack.io_capability is set 2013-09-01 19:35:49 +00:00
matthias.ringwald@gmail.com
a45d6b9ff9 send hci_write_simple_pairing_mode during init 2013-09-01 12:50:36 +00:00
matthias.ringwald@gmail.com
e0dbca836d set event mask to 0xffffffff on start 2013-08-30 20:55:33 +00:00
matthias.ringwald@gmail.com
e2386ba1d0 use default COD of 0x007a020c and 'BTstck 11:22:33:44:55:66' as local name. allow to set both in hci_stack 2013-08-30 20:46:56 +00:00
matthias.ringwald@gmail.com
da5275c56c use define for state after sleep 2013-08-30 14:44:36 +00:00