Matthias Ringwald
|
b6e96f1452
|
gatt_client: use btstack_packet_handler instead of (*fn)(type,packet,size) for events
|
2016-02-04 17:58:00 +01:00 |
|
Matthias Ringwald
|
d9a7306a10
|
hci/sm: use btstack_packet_handler instead of (*fn)(type,packet,size) for events
|
2016-02-04 17:45:02 +01:00 |
|
Matthias Ringwald
|
65b44ffd3b
|
sm, att_server: don't forward events from lower layers.
|
2016-02-04 16:47:17 +01:00 |
|
Matthias Ringwald
|
0b4d02b7ed
|
panu demo: fix compile
|
2016-02-03 22:31:39 +01:00 |
|
Matthias Ringwald
|
c5b64319fd
|
l2cap: don't forward HCI to l2cap packet handler. Replace l2cap_register_packet_handler with hci_add_event_handler. Fix tests
|
2016-02-03 21:55:36 +01:00 |
|
Matthias Ringwald
|
f2e5676f2d
|
le counter example: better console feedback
|
2016-02-03 18:30:13 +01:00 |
|
Matthias Ringwald
|
72b5080138
|
ancs: fix demo. add SM events. Update to MODULE_event_... scheme
|
2016-02-03 16:10:30 +01:00 |
|
Matthias Ringwald
|
c6a2767bed
|
Merge branch 'master' into ble-api-cleanup
|
2016-02-03 15:52:19 +01:00 |
|
Matthias Ringwald
|
7f4e0b55e0
|
ancs client demo: fix pairing confirm
|
2016-02-03 15:52:00 +01:00 |
|
Matthias Ringwald
|
fb37a842ea
|
hci: replace hci_register_packet_handler with hci_add_event_handler
|
2016-02-03 14:09:26 +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
|
596d62218e
|
sdp_query_rfcomm: fix compile
|
2016-02-01 22:05:44 +01:00 |
|
Matthias Ringwald
|
4f396e87e6
|
remote name caching: moved from hci.c into daemon.c
|
2016-02-01 12:23:42 +01:00 |
|
Matthias Ringwald
|
0e537d1e66
|
move btstack_version.h to platform/daemon and only use by daemon
|
2016-01-31 20:31:52 +01:00 |
|
Matthias Ringwald
|
f8fbdce0c5
|
use little/big_endian_read/store_16/24/32
|
2016-01-31 00:07:32 +01:00 |
|
Matthias Ringwald
|
5611a760af
|
use for event types
|
2016-01-30 23:58:36 +01:00 |
|
Matthias Ringwald
|
a481587475
|
ancs_client: drop ancs_client_event_t
|
2016-01-29 22:35:46 +01:00 |
|
Matthias Ringwald
|
4de250b4e0
|
sdp_parser: rename SDP_QUERY_ATTRIBUTE_VALUE -> SDP_QUERY_ATTRIBUTE_BYTE. Use SDP_QUERY_ATTRIBUTE_VALUE for daemon events
|
2016-01-29 21:58:46 +01:00 |
|
Matthias Ringwald
|
a874746709
|
sdp_parser: drop sdp_query_event_t finally
|
2016-01-29 21:31:07 +01:00 |
|
Matthias Ringwald
|
4225393c87
|
sdp_parser: replace sdp_query_attribute_value_event_t with regular hci event
|
2016-01-29 20:47:17 +01:00 |
|
Matthias Ringwald
|
fd2eb611c5
|
sdp_parser: replace sdp_query_complete_event_t with regular hci event
|
2016-01-29 18:30:07 +01:00 |
|
Matthias Ringwald
|
7bd8e93b3a
|
sdp_parser: replace sdp_query_rfcomm_service_event_t with regular hci event
|
2016-01-29 18:06:32 +01:00 |
|
Matthias Ringwald
|
4af9a48d93
|
Merge branch 'master' into ble-api-cleanup
|
2016-01-24 19:11:51 +01:00 |
|
Matthias Ringwald
|
1aba866f2c
|
add SCO handle to HSP_SUBEVENT_AUDIO_CONNECTION_COMPLETE
|
2016-01-24 19:07:46 +01:00 |
|
Matthias Ringwald
|
7907f06931
|
btstack-config.h -> btstack_config.h
|
2016-01-21 15:41:16 +01:00 |
|
Matthias Ringwald
|
1e59816644
|
ble: ancs_client_lib -> ancs_client, example: ancs_client -> ancs_client_demo
|
2016-01-21 14:42:13 +01:00 |
|
Matthias Ringwald
|
941a6c670c
|
att_server_can_send -> att_server_can_send_packet_now
|
2016-01-21 12:29:13 +01:00 |
|
Matthias Ringwald
|
28190c0b45
|
rfcomm: drop _internal
|
2016-01-21 12:09:19 +01:00 |
|
Matthias Ringwald
|
5604262918
|
hci_cmds -> hci_cmd
|
2016-01-21 11:33:17 +01:00 |
|
Matthias Ringwald
|
e9e0704f0b
|
vesion.h -> btstack_version.h
|
2016-01-20 16:11:27 +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
|
ec820d7756
|
prefix data_source_t and timer_source_t with btstack
|
2016-01-20 16:00:45 +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
|
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
|
16ece13520
|
prefix debug with btstack_
|
2016-01-20 14:52:45 +01:00 |
|
Matthias Ringwald
|
4fd23d4738
|
rename bk_linked_list to btstack_linked_list
|
2016-01-20 14:34:04 +01:00 |
|
Matthias Ringwald
|
dd9e275ce1
|
platform/posix: drop src folder
|
2016-01-20 14:20:47 +01:00 |
|
Matthias Ringwald
|
d0c2076983
|
Merge branch 'master' into ble-api-cleanup
|
2016-01-17 21:53:13 +01:00 |
|
Matthias Ringwald
|
2df666d0cc
|
fix include paths
|
2016-01-17 21:45:27 +01:00 |
|
Matthias Ringwald
|
b3aad8da60
|
SCO: add hci_get_sco_packet_length to query SCO packet size needed for USB and use in hsp_hs_test
|
2016-01-16 21:57:34 +01:00 |
|
Matthias Ringwald
|
800f1352ca
|
use recommended SCO packet size of 24 frames for single channel
|
2016-01-15 23:15:52 +01:00 |
|
Matthias Ringwald
|
d210d9c4c0
|
Merge branch 'master' into ble-api-cleanup
|
2016-01-14 19:59:05 +01:00 |
|
Matthias Ringwald
|
729ed62ea0
|
send write sco flow control enable if #HAVE_SCO_OVER_HCI
|
2016-01-14 14:19:37 +01:00 |
|
Matthias Ringwald
|
03813843b6
|
fix compile
|
2016-01-14 13:52:46 +01:00 |
|
Matthias Ringwald
|
f5a23e02c7
|
backport tracking of hci_write_synchronous_flow_control_enable and add hsp_hs_test example
|
2016-01-14 13:48:02 +01:00 |
|
Matthias Ringwald
|
9c1b0a25a5
|
first working SCO audio send example
|
2016-01-14 12:15:30 +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
|
420c236ebc
|
fix printf compile warning
|
2016-01-06 15:57:12 +01:00 |
|