Commit Graph

74 Commits

Author SHA1 Message Date
Matthias Ringwald
0f6940d34d remove dir after moving it to platforms 2015-03-29 21:51:51 +02:00
matthias.ringwald@gmail.com
3a3e1c9119 renamed central_device_db* files into le_device_db* 2015-03-02 21:40:56 +00:00
mila@ringwald.ch
a0c35809ae streamline copyright headers 2015-02-06 16:19:27 +00:00
matthias.ringwald@gmail.com
4b65c57fb5 removed files and added reference to platforms folder 2014-11-15 17:51:18 +00:00
mila@ringwald.ch
1f92e12a88 corrected rfcomm_can_send_packet_now, and used in examples 2014-10-23 19:22:39 +00:00
matthias.ringwald@gmail.com
d2ec4031ba avoid /** comments, clean up block comments 2014-10-16 09:15:23 +00:00
matthias.ringwald
ceea31999e don't declare variables in case block 2014-10-15 08:27:13 +00:00
matthias.ringwald@gmail.com
6e0f0421a3 added #include guard to btstack-config.h 2014-10-14 20:00:04 +00:00
ole.reinhardt@googlemail.com
110e8e4ce6 Added BNEP settings to different btstack-config.h 2014-10-08 13:22:06 +00:00
matthias.ringwald@gmail.com
667aa496c7 fix typo 2014-10-02 12:27:24 +00:00
matthias.ringwald@gmail.com
82dcd52064 don't link against hal_lcd if not used 2014-08-15 22:17:44 +00:00
mila@ringwald.ch
49ca58d6a2 remove hexdump2, use printf_hexdump instead 2014-08-15 22:04:48 +00:00
mila@ringwald.ch
c6d71a3daa removed hci_write_authentication_enable from code 2014-08-15 14:39:01 +00:00
matthias.ringwald@gmail.com
62da092a7f fix compile 2014-08-11 22:03:17 +00:00
mila@ringwald.ch
206a90311e corrected HCI_EVENT_INQUIRY_RESULT and HCI_EVENT_INQUIRY_RESULT_WITH_RSSI handling 2014-08-08 13:14:07 +00:00
matthias.ringwald@gmail.com
499414432d fix compile for msp430 ble server 2014-07-31 12:49:30 +00:00
mila@ringwald.ch
41f1a65d77 ble server: added calculate bytes to copy 2014-07-04 15:17:38 +00:00
mila@ringwald.ch
ff8c64ca60 ble server: added read callback, and value length checks 2014-07-04 14:43:42 +00:00
matthias.ringwald
7763678c43 remove signature from att_write callback, add connection handle to att read and write callbacks, update examples 2014-06-10 21:44:05 +00:00
matthias.ringwald@gmail.com
7d6a8e968c add att_dispatch.c 2014-04-25 13:23:37 +00:00
matthias.ringwald@gmail.com
934666c77d remove display code in order to compile with mspgcc-201204xx LTS version 2014-04-04 08:36:07 +00:00
matthias.ringwald@gmail.com
674d624e91 use att_server.c in LE Peripheral demo for MSP-EXP430F5438 board 2014-04-03 21:49:00 +00:00
matthias.ringwald@gmail.com
640925c0e2 use l2cap_can_send_connectionless_packet_now instead of hci_can_send_packet_now_using_packet_buffer(HCI_ACL_DATA_PACKET) 2014-04-03 19:00:31 +00:00
matthias.ringwald@gmail.com
f65040e736 disable output of error strings to allow most examples to compile with old mspgcc 2014-04-03 18:57:45 +00:00
matthias.ringwald@gmail.com
bde315ce6c renamed btstack config.h to btstack-config.h to allow for better integration with other projects 2014-01-19 16:45:57 +00:00
matthias.ringwald@gmail.com
f471afd896 replaced #pragma once with old style #include guards to allow use of older compilers 2014-01-19 16:30:17 +00:00
matthias.ringwald@gmail.com
f65753602f update to latest init script for CC256x 2013-10-31 21:25:11 +00:00
matthias.ringwald@gmail.com
356170583a changed struct name 2013-10-25 12:26:33 +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
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
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
1b5e698637 added sdp rfcomm query example for MSP430 2013-08-30 08:56:45 +00:00
matthias.ringwald@gmail.com
79efca3dc0 revert accidental commit 2013-03-19 13:32:12 +00:00
matthias.ringwald@gmail.com
bb6656c957 simplified switch statement in packet handler 2013-03-12 15:07:56 +00:00
matthias.ringwald@gmail.com
8a41a694f3 extracted tryToSend function 2013-03-12 14:57:25 +00:00
matthias.ringwald@gmail.com
f768f15838 revert to working version 2013-03-12 14:10:08 +00:00
matthias.ringwald@gmail.com
087249b5af revert spp sensor to working version 2013-03-12 13:57:16 +00:00
matthias.ringwald@gmail.com
4bc29fdd24 reverte spp counter to working version 2013-03-12 13:43:36 +00:00
matthias.ringwald@gmail.com
131c519aa9 set discoverable to true 2013-03-12 10:14:15 +00:00
matthias.ringwald@gmail.com
4e432ccb54 use larger spp buffer 2013-03-12 09:16:12 +00:00
matthias.ringwald@gmail.com
43ee54f48b fix packet handler, and use larger spp buffer 2013-03-12 09:15:37 +00:00
matthias.ringwald@gmail.com
edd91b399c fix packet handler signature and check for hci state event 2013-03-11 14:49:41 +00:00
matthias.ringwald
e8cf993359 explicitly call python 2013-02-18 15:35:09 +00:00
matthias.ringwald@gmail.com
6189f80986 updated remote names of SPP examples 2013-01-21 21:31:26 +00:00
matthias.ringwald@gmail.com
5aad22c32c timer handler renamed into heartbeat handler 2013-01-21 14:05:39 +00:00
matthias.ringwald@gmail.com
5e6d788786 corrected W4_INQUIRY_MODE_COMPLETE state, separated global and device state enum 2013-01-15 21:32:29 +00:00
matthias.ringwald@gmail.com
98b411a61f led counter rewritten, with emphasis on periodic timer setup 2013-01-15 15:05:03 +00:00
matthias.ringwald@gmail.com
67cfe3ed6b spp_accel rewritten in state machine style 2013-01-15 11:08:45 +00:00