Matthias Ringwald
|
e607af9c65
|
doc: update memory config section
|
2016-03-17 17:28:05 +01:00 |
|
Matthias Ringwald
|
efda0b48f9
|
sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record
|
2016-03-17 11:24:38 +01:00 |
|
Matthias Ringwald
|
763c9b6f30
|
sdp_client: rename sdp_query_rfcomm -> sdp_client_query_rfcom
|
2016-03-17 10:58:11 +01:00 |
|
Matthias Ringwald
|
726a19abef
|
fix msp430 ports
|
2016-03-04 14:37:06 +01:00 |
|
Matthias Ringwald
|
a6efb91912
|
rewrite sscanf_bd_addr to be sscanf free
|
2016-03-04 14:21:22 +01:00 |
|
Matthias Ringwald
|
6e25cd8d95
|
ports: use MAX_NO_BTSTACK_LINK_KEY_DB_MEMORYS
|
2016-03-04 13:42:49 +01:00 |
|
Matthias Ringwald
|
e72801c4a5
|
fix comile
|
2016-02-24 17:10:29 +01:00 |
|
Matthias Ringwald
|
0e2df43f5c
|
event: introduce hci_event_packet_get_type
|
2016-02-19 14:52:36 +01:00 |
|
Matthias Ringwald
|
711e6c8033
|
use hci_con_handle_t more
|
2016-02-19 11:24:51 +01:00 |
|
Matthias Ringwald
|
bcf00d8fa4
|
examples: move out of embedded subfolder
|
2016-02-19 09:46:37 +01:00 |
|
Matthias Ringwald
|
023f27646b
|
sdp_query_util: inline into sdp_util and sdp_client
|
2016-02-18 12:10:47 +01:00 |
|
Matthias Ringwald
|
591423b2a5
|
att -> att_db
|
2016-02-11 21:23:06 +01:00 |
|
Matthias Ringwald
|
2d5e09d6d4
|
hci: set link_key_db via hci_set_link_key_db instead of via hci_init().
|
2016-02-11 20:10:17 +01:00 |
|
Matthias Ringwald
|
724d70a2cf
|
bt_flip_addr(dest,src) -> reverse_bd_addr(src,dest)
|
2016-02-11 15:20:08 +01:00 |
|
Matthias Ringwald
|
a98592bc68
|
split remote_device_db into btstack_link_key_db and btstack_device_name_db
|
2016-02-02 21:57:10 +01:00 |
|
Matthias Ringwald
|
2a989d8add
|
Merge branch 'master' into ble-api-cleanup
|
2016-01-28 20:42:00 +01:00 |
|
Matthias Ringwald
|
24b3c62931
|
hci_transport: cleanup struct, add init(void *transport_config)
|
2016-01-24 20:10:17 +01:00 |
|
Matthias Ringwald
|
80b9a8caa6
|
add ENABLE_CLASSIC to all examples
|
2016-01-24 18:09:29 +01:00 |
|
Matthias Ringwald
|
fb55bd0acc
|
remove btstack_control_h from hci_init. mark btstack_control, hci_transport, and hci_transport_config as const
|
2016-01-22 17:16:06 +01:00 |
|
Matthias Ringwald
|
faa6c1f625
|
renamed bt_control_chipsetname into btstack_chipset_chipsetname. fix some builds
|
2016-01-22 17:01:08 +01:00 |
|
Matthias Ringwald
|
3fb36a2984
|
chipset: remove all chipset functions from btstack_control.h and use from hci.c
|
2016-01-22 15:41:59 +01:00 |
|
Matthias Ringwald
|
c67501cb47
|
hci: add hci_set_chipset and set it for all ports
|
2016-01-22 14:55:13 +01:00 |
|
Matthias Ringwald
|
77b4f63d67
|
drop #define EMBEDDED
|
2016-01-21 22:53:31 +01:00 |
|
Matthias Ringwald
|
0d529a9fd2
|
streamline btstack_config.h files
|
2016-01-21 21:56:56 +01:00 |
|
Matthias Ringwald
|
2539bee62f
|
HAVE_HCI_DUMP -> ENABLE_LOG_INTO_HCI_DUMP
|
2016-01-21 21:27:06 +01:00 |
|
Matthias Ringwald
|
7907f06931
|
btstack-config.h -> btstack_config.h
|
2016-01-21 15:41:16 +01:00 |
|
Matthias Ringwald
|
a9a4c40924
|
structure btstack-config.h
|
2016-01-21 15:33:36 +01:00 |
|
Matthias Ringwald
|
5604262918
|
hci_cmds -> hci_cmd
|
2016-01-21 11:33:17 +01:00 |
|
Matthias Ringwald
|
986dfa11c7
|
hci_transport_h4_[ehcill_]_dma -> hci_transport_h4_[ehcill_]_embedded
|
2016-01-21 11:11:30 +01:00 |
|
Matthias Ringwald
|
d4c40e6512
|
use hci_transport_TYPE_instace() consistently. Fix iOS port build
|
2016-01-21 11:05:09 +01:00 |
|
Matthias Ringwald
|
eb8860135e
|
fix missing bstack_ for struct data_source and struct timer. utils->btstack_util
|
2016-01-20 16:10:07 +01:00 |
|
Matthias Ringwald
|
528a4a3b3e
|
prefix run_loop_ functions with btstack_
|
2016-01-20 15:58:46 +01:00 |
|
Matthias Ringwald
|
4ab92137d3
|
missing run_loop.c -> btstack_run_loop.c renames
|
2016-01-20 15:42:54 +01:00 |
|
Matthias Ringwald
|
8f2a52f4d9
|
forgot to add files in earlier commit
|
2016-01-20 15:38:37 +01:00 |
|
Matthias Ringwald
|
8263662281
|
run_loop.h -> btstack_run_loop.h
|
2016-01-20 15:08:39 +01:00 |
|
Matthias Ringwald
|
d2e6c4b762
|
prefix memory_pool files with btstack_
|
2016-01-20 14:56:28 +01:00 |
|
Matthias Ringwald
|
9796ebea28
|
hci_trasport: add type to hci transport config, update all ports
|
2016-01-06 23:02:46 +01:00 |
|
Matthias Ringwald
|
a484130c09
|
run_loop: pass in run_loop_X_get_instance() to run_loop_init(). Various other fixes
|
2016-01-06 17:31:20 +01:00 |
|
Matthias Ringwald
|
f7a05cdac4
|
integrate gap_le.h into gap.h
|
2015-11-16 23:04:25 +01:00 |
|
Matthias Ringwald
|
cd9ee14457
|
add MAX_NO_SERVICE_RECORD_ITEMS to all configs, generated code
|
2015-11-15 14:20:35 +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 |
|