1981 Commits

Author SHA1 Message Date
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
7a77743ef8 fix makefile for spp_counter_ssp 2013-10-18 08:19:24 +00:00
matthias.ringwald@gmail.com
65a46ef372 store LE Buffer size 2013-10-17 15:03:02 +00:00
matthias.ringwald@gmail.com
b0954299be no need for classic discoverable in BLE only 2013-10-17 14:52:52 +00:00
matthias.ringwald@gmail.com
28e59aaa2f remove set_advertisement_parameters call as defaults are fine 2013-10-17 14:52:10 +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
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