1870 Commits

Author SHA1 Message Date
matthias.ringwald@gmail.com
55ca6c7131 added general SDP query example for MSP430 2013-10-17 14:34:00 +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
6fb11976de updated general SDP query 2013-10-17 14:20:23 +00:00
matthias.ringwald@gmail.com
2ca4f19755 don't need to be Classic discoverable 2013-10-17 13:35:43 +00:00
matthias.ringwald@gmail.com
2ed9ac63e2 remove debug code 2013-10-17 13:34:57 +00:00
matthias.ringwald@gmail.com
c624031354 LE Set Event Mask not necessary as default includes all current 4.0 LE events 2013-10-17 13:27:04 +00:00
matthias.ringwald@gmail.com
cac78adf23 don't list BD ADDR in client 2013-10-17 13:23:33 +00:00
matthias.ringwald@gmail.com
6c27bd5656 removed informational LE command 2013-10-17 13:23:09 +00:00
matthias.ringwald@gmail.com
5c3b5f6339 LE is independent of scan mode 2013-10-17 13:22:20 +00:00
matthias.ringwald@gmail.com
75b4335b82 remove HCI commands already send by hci.c 2013-10-17 13:06:43 +00:00
matthias.ringwald@gmail.com
1fb869a41a ported ble_server example to libusb 2013-10-17 12:42:18 +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
c3dfbe5da0 test for Bluetooth classic and LE support 2013-10-15 20:07:51 +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
99be5ab4d7 added Secure Simple Pairing version of spp_counter 2013-09-11 19:40:56 +00:00
matthias.ringwald@gmail.com
1edd4a10d7 forgot to commit the SSP definitions 2013-09-11 18:25:01 +00:00
matthias.ringwald@gmail.com
766bd9a815 also run src/get_version.sh 2013-09-11 18:15:19 +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@gmail.com
f435766ccd added event codes for secure simple pairing 2013-08-30 12:18:50 +00:00
matthias.ringwald@gmail.com
1b5e698637 added sdp rfcomm query example for MSP430 2013-08-30 08:56:45 +00:00
matthias.ringwald@gmail.com
b9dadf0231 added usb spp counter 2013-08-29 20:42:01 +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
e267304ba0 added C++ protection 2013-07-15 21:00:09 +00:00
matthias.ringwald
0a1bad9b3c extracted embedded_execute_once() for better 2013-07-15 20:37:14 +00:00
matthias.ringwald
f51adbed2c add C++ protection 2013-07-15 20:11:20 +00:00
matthias.ringwald
a7ac6b35f0 add C++ protection 2013-07-15 19:47:08 +00:00
matthias.ringwald@gmail.com
ad8a3deb4d added POSIX/libusb example of general SDP query 2013-06-10 21:30:25 +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
9a195b5786 removed unused variable 2013-06-10 21:15:35 +00:00
matthias.ringwald@gmail.com
f30458f12c cleaned general sdp query test, renamed sdp rfcomm query test file 2013-06-10 21:05:53 +00:00
matthias.ringwald@gmail.com
25a4fd923a added unit test for general sdp query 2013-06-10 14:14:02 +00:00
matthias.ringwald@gmail.com
60419c259d use printf for hexdump 2013-06-10 13:57:46 +00:00