1296 Commits

Author SHA1 Message Date
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
matthias.ringwald@gmail.com
b54c19e775 added hci commands for secure simple pairing 2013-08-30 12:42:13 +00:00
matthias.ringwald
f155fca394 continue HCI init when module reports errors in command staus events 2013-07-16 16:08:33 +00:00
matthias.ringwald
0a1bad9b3c extracted embedded_execute_once() for better 2013-07-15 20:37:14 +00:00
matthias.ringwald@gmail.com
a927c2a180 corrected warning on signed/unsigned comparison 2013-06-10 21:16:57 +00:00
matthias.ringwald@gmail.com
60419c259d use printf for hexdump 2013-06-10 13:57:46 +00:00
matthias.ringwald@gmail.com
ca6fe75681 get check for fixed USB vendor/product ID to work 2013-06-04 10:10:50 +00:00
matthias.ringwald@gmail.com
65a2040d8d fix prototype 2013-06-04 09:59:25 +00:00
matthias.ringwald@gmail.com
cb81e06c60 make SDP_SERVICE_NAME_LEN public, fix memory corruption in handleServiceNameData 2013-05-24 16:58:45 +00:00
matthias.ringwald@gmail.com
ae83e88440 removed struct initialization with designated initializer, instead the elements of an initializer to appear in a fixed order 2013-05-24 11:52:51 +00:00
matthias.ringwald@gmail.com
95b6ea6e1e mark signaling commands as string constant (const char *) 2013-05-23 15:01:49 +00:00
matthias.ringwald@gmail.com
eed533f622 added missing #pragma once and C++ function name mangling protection 2013-05-23 14:57:16 +00:00
matthias.ringwald@gmail.com
bdabec0ff1 fixed c++ compile issues with casting 2013-05-21 12:47:08 +00:00
matthias.ringwald@gmail.com
e2571acd98 fixed c++ compile issues with casting 2013-05-21 12:40:09 +00:00
matthias.ringwald@gmail.com
44e5422c78 fixed c++ compile issue 2013-05-21 12:10:36 +00:00
matthias.ringwald
6d399ad5f7 fix trigger handling 2013-05-19 21:06:10 +00:00
matthias.ringwald@gmail.com
b0694ed988 use explicit cast for mallocs 2013-04-29 22:05:35 +00:00
matthias.ringwald@gmail.com
e518bebbb2 edit function descs 2013-04-29 09:58:42 +00:00
matthias.ringwald@gmail.com
0cfafc5a1d shortened function names 2013-04-29 08:41:05 +00:00
matthias.ringwald@gmail.com
49f1a62f59 update docu, simplify names 2013-04-28 13:45:53 +00:00
matthias.ringwald@gmail.com
54deda6a89 log sdp client query events and fix rfcomm service event 2013-04-26 21:05:42 +00:00
matthias.ringwald@gmail.com
825c19e6b4 add rfcomm channel nr 2013-04-26 20:51:18 +00:00
matthias.ringwald@gmail.com
fc0aa8102b use channel_nr instead of rfcomm_channel_nr 2013-04-26 20:51:03 +00:00