Matthias Ringwald
|
3583331350
|
fix prototypes for fn()
|
2016-03-28 11:54:38 +02:00 |
|
Matthias Ringwald
|
0cb5b9716d
|
fix prototypes for fn()
|
2016-03-28 11:44:30 +02:00 |
|
Matthias Ringwald
|
045013fe99
|
java: use streamline event names, GAP_LE_EVENT_ADVERTISING_REPORT -> GAP_EVENT_ADVERTISING_REPORT
|
2016-03-07 17:19:53 +01:00 |
|
Matthias Ringwald
|
d63c37a1e9
|
merge follow-up
|
2016-03-03 14:29:18 +01:00 |
|
Matthias Ringwald
|
a0ffb263e0
|
Merge branch 'master' into ble-api-cleanup
|
2016-03-03 14:26:11 +01:00 |
|
Matthias Ringwald
|
711e6c8033
|
use hci_con_handle_t more
|
2016-02-19 11:24:51 +01:00 |
|
Matthias Ringwald
|
d25c33e5a2
|
gatt_client: prefix gatt structs with gatt_client
|
2016-02-18 15:29:33 +01:00 |
|
Matthias Ringwald
|
c03cf9db38
|
c++ warning fixes
|
2016-02-18 11:31:33 +01:00 |
|
Matthias Ringwald
|
33a05ac652
|
gatt_client_test: fix c++ warning about narrowing
|
2016-02-18 11:25:41 +01:00 |
|
Matthias Ringwald
|
d8e8f12ab0
|
gap.h: use gap_ instead of le_central_ or gap_le_
|
2016-02-12 17:04:41 +01:00 |
|
Matthias Ringwald
|
bfbabfe612
|
gatt_client_test: fix compile
|
2016-02-12 14:44:55 +01:00 |
|
Matthias Ringwald
|
591423b2a5
|
att -> att_db
|
2016-02-11 21:23:06 +01:00 |
|
Matthias Ringwald
|
073bd0fad0
|
hci: COMMAND_COMPLETE_EVENT->HCI_EVENT_IS_COMMAND_COMPLETE. COMMAND_STATUS_EVENT->HCI_EVENT_IS_COMMAND_STATUS
|
2016-02-11 16:12:55 +01:00 |
|
Matthias Ringwald
|
9c80e4cce8
|
util.h: rename swapX into reverse_x
|
2016-02-11 14:37:22 +01:00 |
|
Matthias Ringwald
|
e1a125df32
|
util.h: new names uuid_has_bluetooth_prefix();uuid_add_bluetooth_prefix()
|
2016-02-10 17:12:50 +01:00 |
|
Matthias Ringwald
|
c9b8fdd998
|
fix typo in big_endian_read_32
|
2016-02-10 17:03:30 +01:00 |
|
Matthias Ringwald
|
adbe29e86c
|
l2cap: add fixed l2cap channel id to l2cap_can_send_fixed_channel_now
|
2016-02-05 21:20:17 +01:00 |
|
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
|
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
|
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
|
5604262918
|
hci_cmds -> hci_cmd
|
2016-01-21 11:33:17 +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
|
8f2a52f4d9
|
forgot to add files in earlier commit
|
2016-01-20 15:38:37 +01:00 |
|
Matthias Ringwald
|
d2e6c4b762
|
prefix memory_pool files with btstack_
|
2016-01-20 14:56:28 +01:00 |
|
Matthias Ringwald
|
665d90f25e
|
prefixed all linked list types and functions with btstack_
|
2016-01-20 14:50:38 +01:00 |
|
Matthias Ringwald
|
2c539f6e7e
|
rename bk_linked_list_t to btstack_linked_list_t
|
2016-01-20 14:37:23 +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
|
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
|
8736ab0cf2
|
prefix linked_list
|
2015-12-22 21:48:13 +01:00 |
|
Matthias Ringwald
|
616edd56bc
|
replace le_command_status_t with regular Bluetooth uint8_t error codes, add le_command_status_t enums to error list
|
2015-11-16 22:46:17 +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
|
60416aa529
|
fix test compile due to change l2cap packet handler signature
|
2015-11-15 20:45:43 +01:00 |
|
Matthias Ringwald
|
3edc84c5b6
|
fix paths after source reorg
|
2015-11-13 15:04:41 +01:00 |
|
Matthias Ringwald
|
48b1b78d97
|
add include handle to include service query result event and show in pts test
|
2015-10-16 11:26:33 +02:00 |
|
Matthias Ringwald
|
195a80287b
|
removed btstack/include folder
|
2015-10-15 16:33:34 +02:00 |
|
Matthias Ringwald
|
cea167a2ec
|
assert HCI_INCOMING_PRE_BUFFER_SIZE >= 2 for Long Characteristic Reads
|
2015-10-15 12:32:04 +02:00 |
|
Matthias Ringwald
|
b2d8d7e027
|
drop gatt client event structs
|
2015-10-15 12:22:03 +02:00 |
|
Matthias Ringwald
|
db5a2f8f96
|
convert GATT_LONG_CHARACTERISTIC_DESCRIPTOR_QUERY_RESULT
|
2015-10-15 11:37:17 +02:00 |
|
Matthias Ringwald
|
87258ec740
|
convert GATT_CHARACTERISTIC_DESCRIPTOR_QUERY_RESULT
|
2015-10-15 10:38:23 +02:00 |
|
Matthias Ringwald
|
a268c24433
|
convert GATT_LONG_CHARACTERISTIC_VALUE_QUERY_RESULT
|
2015-10-14 16:30:58 +02:00 |
|
Matthias Ringwald
|
a7fa6e5c8a
|
convert GATT_CHARACTERISTIC_VALUE_QUERY_RESULT
|
2015-10-14 16:11:55 +02:00 |
|
Matthias Ringwald
|
b152779703
|
convert GATT_ALL_CHARACTERISTIC_DESCRIPTORS_QUERY_RESULT
|
2015-10-14 15:30:38 +02:00 |
|
Matthias Ringwald
|
ad9ea7b731
|
convert GATT_INCLUDED_SERVICE_QUERY_RESULT
|
2015-10-13 23:05:09 +02:00 |
|
Matthias Ringwald
|
c88ece81b6
|
convert GATT_CHARACTERISTIC_QUERY_RESULT
|
2015-10-13 22:56:12 +02:00 |
|
Matthias Ringwald
|
5a8b9c1f36
|
convert GATT_SERVICE_QUERY_RESULT
|
2015-10-13 22:24:13 +02:00 |
|