Matthias Ringwald
|
9227d9a864
|
wiced: remove debug info
|
2016-01-04 12:27:57 +01:00 |
|
Matthias Ringwald
|
d19678c809
|
wiced: fixe typo
|
2016-01-03 21:59:58 +01:00 |
|
Matthias Ringwald
|
138cb18a2a
|
wiced: baud rate change basically working
|
2016-01-03 21:45:24 +01:00 |
|
Matthias Ringwald
|
9d6d69d659
|
wiced: implement h4_set_baudrate for STM32F205RGT6 - not working yet
|
2016-01-03 01:17:45 +01:00 |
|
Matthias Ringwald
|
7cdb8a02d8
|
split wiced port into platform/wiced and port/redbear-duo
|
2015-12-23 16:22:20 +01:00 |
|
Matthias Ringwald
|
8736ab0cf2
|
prefix linked_list
|
2015-12-22 21:48:13 +01:00 |
|
Matthias Ringwald
|
351804d52c
|
Merge branch 'master' into ble-api-cleanup
|
2015-12-18 20:30:34 +01:00 |
|
Matthias Ringwald
|
e955494fd9
|
Merge branch 'master' into ble-api-cleanup
|
2015-12-18 20:21:18 +01:00 |
|
Matthias Ringwald
|
972d111a8e
|
fix compile for iOS port
|
2015-12-18 16:47:50 +01:00 |
|
Matthias Ringwald
|
c0be408cdc
|
Merge branch 'master' into ble-api-cleanup
|
2015-12-18 16:36:10 +01:00 |
|
Matthias Ringwald
|
d826ed830a
|
Merge branch 'master' into ble-api-cleanup
|
2015-12-16 22:02:31 +01:00 |
|
Matthias Ringwald
|
1e35c04d3c
|
Merge branch 'master' into ble-api-cleanup
|
2015-12-09 16:44:26 +01:00 |
|
Matthias Ringwald
|
aa4dd81512
|
merge from master
|
2015-11-25 14:48:19 +01:00 |
|
Matthias Ringwald
|
0dae983f2f
|
rename btstack.h to btstack_client.h
|
2015-11-17 13:46:49 +01:00 |
|
Matthias Ringwald
|
1ff66993a4
|
fix compile of daemon examples
|
2015-11-16 15:11:40 +01:00 |
|
Matthias Ringwald
|
a8307d38d6
|
extract daemon cmds from hci_cmds into platform/daemon/src/daemon_cmd
|
2015-11-16 15:03:02 +01:00 |
|
Matthias Ringwald
|
818d1ad4f5
|
move event emit code outside HAVE_BLE section
|
2015-11-16 14:52:35 +01:00 |
|
Matthias Ringwald
|
9293bfa465
|
rework SDP Service Record management. Service Records can be stored in ROM, daemon creates records on the heap
|
2015-11-15 20:56:59 +01:00 |
|
Matthias Ringwald
|
f08f6ff2f7
|
drop sdp packet handler
|
2015-11-15 14:04:48 +01:00 |
|
Matthias Ringwald
|
f1a4af62ee
|
drop connection from sdp register/unregister
|
2015-11-15 14:02:45 +01:00 |
|
Matthias Ringwald
|
045ba8fec0
|
move sdp_emit_service_registered to daemon
|
2015-11-14 23:26:59 +01:00 |
|
Matthias Ringwald
|
96585c7d12
|
lookup connection by l2cap/rfcomm cid for data packets
|
2015-11-13 22:56:09 +01:00 |
|
Matthias Ringwald
|
e4dd59a7e3
|
drop connection from rfcomm_register_packet_handler callback
|
2015-11-13 22:52:48 +01:00 |
|
Matthias Ringwald
|
457b5cb16b
|
drop connection from rfcomm_register_service_internal and rename to rfcomm_register_service
|
2015-11-13 22:36:27 +01:00 |
|
Matthias Ringwald
|
d43f0d5d08
|
lookup connection by rfcomm cid in daemon
|
2015-11-13 22:17:55 +01:00 |
|
Matthias Ringwald
|
dac6bd0973
|
lookup connection by l2cap cid in daemon
|
2015-11-13 22:14:19 +01:00 |
|
Matthias Ringwald
|
ffbf82013e
|
drop void * connection param from l2cap packet handlers
|
2015-11-13 21:57:19 +01:00 |
|
Matthias Ringwald
|
02f83142d4
|
replace l2cap_unregister_interal with l2cap_unregister
|
2015-11-13 21:34:43 +01:00 |
|
Matthias Ringwald
|
be2053a636
|
use l2cap_register instead of l2cap_register_internal, move service registered event generation to daemon
|
2015-11-13 21:32:29 +01:00 |
|
Matthias Ringwald
|
5d1e858f3a
|
create rfcomm_create_channel and rfcomm_create_channel_with_initial_credits that don't use connection. use in daemon
|
2015-11-13 21:01:26 +01:00 |
|
Matthias Ringwald
|
dd3f3c3c5e
|
use new l2cap_create_channel in daemon
|
2015-11-13 17:07:10 +01:00 |
|
Matthias Ringwald
|
0ce034e079
|
use daemon_client instead of incorrect gatt_client
|
2015-11-13 16:51:44 +01:00 |
|
Matthias Ringwald
|
bf01b0119c
|
rename internal function
|
2015-11-13 15:22:59 +01:00 |
|
Matthias Ringwald
|
3edc84c5b6
|
fix paths after source reorg
|
2015-11-13 15:04:41 +01:00 |
|
Matthias Ringwald
|
8caefee39d
|
separate platform specific code and ports for a particular setup
|
2015-11-13 10:18:04 +01:00 |
|
Matthias Ringwald
|
a705b1a26d
|
sort out embedded implementations
|
2015-11-13 09:58:30 +01:00 |
|
Matthias Ringwald
|
0c22758f65
|
sort btstack.h for client/server use
|
2015-11-13 09:47:26 +01:00 |
|
Matthias Ringwald
|
1ca3442b09
|
use singular for root level folders
|
2015-11-13 09:36:05 +01:00 |
|