3441 Commits

Author SHA1 Message Date
Milanka Ringwald
7fa1c293f1 updated protocol arch. pict 2015-04-06 22:08:54 +02:00
Matthias Ringwald
a408b23b07 split into 'protocols' and 'profiles', sort a bit, add some intros 2015-04-06 22:07:13 +02:00
Matthias Ringwald
e699587309 start to merge 'recipes' into 'protocols and profiles' section 2015-04-05 23:17:10 +02:00
Matthias Ringwald
1ae972aa1a add check for 'can send now' in gatt_client_write_value_of_characteristic_without_response 2015-04-04 22:52:11 +02:00
Matthias Ringwald
bb648c73fa add pdflatex command to Makefile 2015-04-03 22:47:28 +02:00
Matthias Ringwald
bac1ffdb4f add gatt_get_mtu daemon command and GATT_MTU response event 2015-04-03 22:42:05 +02:00
Matthias Ringwald
142d429464 correct ATT_MTU_EXCHANGE_COMPLETE event generation 2015-04-03 22:40:20 +02:00
Matthias Ringwald
c3e2973e56 gitignore binaries 2015-04-03 22:23:29 +02:00
Matthias Ringwald
0ce292f215 fix compilation for mtk/android 2015-04-03 22:20:11 +02:00
Matthias Ringwald
64c9c43f68 fix compile 2015-04-03 22:12:34 +02:00
Matthias Ringwald
1c00af99f7 emit event for ATT MTU size 2015-04-03 21:58:10 +02:00
Milanka Ringwald
a4965b3654 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-04-02 23:07:42 +02:00
Milanka Ringwald
134a2dac3b added tex temp files to gitignore 2015-04-02 23:06:40 +02:00
Matthias Ringwald
c0c9aacc37 simplify HCI_INIT_W4_SEND_BAUD_CHANGE, too 2015-04-02 17:45:49 +02:00
Matthias Ringwald
a80162e9a6 correct setting custom baudrate or bd_addr during init 2015-04-02 16:38:59 +02:00
Matthias Ringwald
6771095235 fix ad_data_contains_uuid128 to accept uuid in big endian 2015-03-31 22:13:25 +02:00
Matthias Ringwald
0d3b00a243 fix init for EM9301 module 2015-03-31 21:47:59 +02:00
Matthias Ringwald
2f342ec5cb extracted uuid128_to_str 2015-03-31 16:15:55 +02:00
Matthias Ringwald
0904e9a2e8 move config-ios.sh into platforms/ios 2015-03-31 15:52:32 +02:00
Matthias Ringwald
eeb56c9b8e spp_and_le_couter example working on pic32 bluetooth audio devkit 2015-03-31 14:56:40 +02:00
Matthias Ringwald
bbd690a309 set HCI_NOP_DISABLE for CSR chipsets 2015-03-31 14:42:38 +02:00
Matthias Ringwald
c9bc88e650 fix regression in c13e0a89 caused by timer structs in btstack_main 2015-03-31 14:24:10 +02:00
Matthias Ringwald
c13e0a893e removed run_loop_execute from embedded examples, call after btstack_main in main.c 2015-03-31 14:01:58 +02:00
Matthias Ringwald
03dff857f7 .gitignore for stm32 port 2015-03-31 14:00:21 +02:00
Matthias Ringwald
b13a4aab99 missing main.c for ez430-rf2560 port 2015-03-31 13:56:44 +02:00
Matthias Ringwald
43ecbe766b Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-03-31 12:45:10 +02:00
Matthias Ringwald
e47e68c797 handle CSR Warm Boot 2015-03-31 12:43:57 +02:00
Matthias Ringwald
baf36f076c set baudrate during custom init for csr chipssets 2015-03-31 12:43:26 +02:00
Matthias Ringwald
a3a35d64ea Merge pull request #1 from peteblois/event_state
Setting correct length for BTSTACK_EVENT_STATE event.
2015-03-30 22:34:46 +02:00
Matthias Ringwald
7b0d76671f restore num_packets for resend of HCI Reset 2015-03-30 22:26:50 +02:00
Pete Blois
a2366dc9d3 Setting correct length for BTSTACK_EVENT_STATE event.
The second byte of the data is the length of the remaining data (in this case the HCI_STATE_WORKING byte). This was passing 0 indicating that there was no data when in fact there was.
2015-03-30 13:17:10 -07:00
Matthias Ringwald
0305bdeab4 resend HCI Reset using timer 2015-03-30 21:38:56 +02:00
Matthias Ringwald
2563606803 add java/gen to .gitignore 2015-03-30 21:35:33 +02:00
Matthias Ringwald
74b323a9b2 rewrote hci initialization to be less clever/more sane 2015-03-30 00:04:53 +02:00
Matthias Ringwald
c4633093a7 removed even/odd calculation on hci init substate 2015-03-29 23:01:27 +02:00
Matthias Ringwald
55975f88a1 use hci_initializing_next_state() instead of direct ++ 2015-03-29 22:58:02 +02:00
Matthias Ringwald
5c3637275c use enumerated hci initialization substates 2015-03-29 22:48:51 +02:00
Matthias Ringwald
556d11b334 enumerate hci initialization substates 2015-03-29 22:24:55 +02:00
Matthias Ringwald
c004c8c5bd fix build, add missing ble_central_test example 2015-03-29 22:20:49 +02:00
Matthias Ringwald
36725e55f9 update .gitignore to skip darwin debug info, libusb targets 2015-03-29 22:20:17 +02:00
Matthias Ringwald
f391359984 update use of hci_local_address 2015-03-29 22:13:51 +02:00
Matthias Ringwald
0f6940d34d remove dir after moving it to platforms 2015-03-29 21:51:51 +02:00
milamikica
2d04a09a69 Create README.md 2015-03-27 16:21:51 +01:00
matthias.ringwald@gmail.com
690bd0bab8 change hci_local_bd_adr 2015-03-24 08:44:48 +00:00
matthias.ringwald@gmail.com
71f3d86927 BTstack boots up on Microchip Bluetooth Audio Development Kit 2015-03-21 21:42:41 +00:00
matthias.ringwald@gmail.com
9c8de8fd4b moved non-working and neglected h5 posix implementation into platforms 2015-03-19 21:01:38 +00:00
matthias.ringwald@gmail.com
f6d30445bd added functions to read int or hex value from console 2015-03-06 14:36:58 +00:00
matthias.ringwald@gmail.com
2e62db4a2a extracted cli stdin usage 2015-03-06 11:52:55 +00:00
mila@ringwald.ch
8f74874871 hsp ag & hs pass pts tests 2015-03-05 16:23:58 +00:00
matthias.ringwald@gmail.com
aa3feb0444 wait for sm_cmac to become ready instead of bailing out for signed writes 2015-03-05 15:20:26 +00:00