102 Commits

Author SHA1 Message Date
Matthias Ringwald
baebacd997 migration: patch all sdp_client_query calls 2016-03-11 19:57:04 +01:00
Matthias Ringwald
8c3931c75e migration: update sdp_query_callback and add warning 2016-03-11 19:43:58 +01:00
Matthias Ringwald
785a493911 migration: first pass over examples/embedded 2016-03-11 15:48:04 +01: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
253d768484 java: ignore undefined keys 2016-03-04 17:28:55 +01:00
Matthias Ringwald
5df8813f82 btstack_parser detects btstack_root based on script location 2016-03-04 17:28:21 +01:00
Matthias Ringwald
ea9294cc36 events: collect all subevents in one array, improve java but still broken 2016-02-19 21:12:18 +01:00
Matthias Ringwald
90944a9ab7 event: drop getter for subevent_code in subevent 2016-02-19 17:31:49 +01:00
Matthias Ringwald
0e2df43f5c event: introduce hci_event_packet_get_type 2016-02-19 14:52:36 +01:00
Matthias Ringwald
a59bfbf79c events: enable HCI, HSP, HFP events 2016-02-19 11:11:57 +01:00
Matthias Ringwald
2531c97e16 daemon: move examples from example/daemon to platform/daemon/example. fix mtk compile 2016-02-19 10:33:52 +01:00
Matthias Ringwald
bcf00d8fa4 examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
Matthias Ringwald
313e337b78 event: support Service, Characteristic, Characteristic Descriptor in event generator needed for GATT Events. use new getter in examples 2016-02-18 16:16:46 +01:00
Matthias Ringwald
eda0480f01 Merge branch 'master' into ble-api-cleanup 2016-02-18 10:30:06 +01:00
Matthias Ringwald
9c662c9bc0 gatt_client: drop subclient struct and id. pass in callback for requests. new gatt_client_listen_for_characteristic_value_updates for notifications and indications with client provided storage 2016-02-12 14:22:33 +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
a51cb0dfd4 hci_remote_eSCO_supported -> hci_remote_esco_supported 2016-02-11 16:06:27 +01:00
Matthias Ringwald
4195f5cd7c first coccinelle patch 2016-02-11 15:21:25 +01:00
Matthias Ringwald
9c80e4cce8 util.h: rename swapX into reverse_x 2016-02-11 14:37:22 +01:00
Matthias Ringwald
c9b8fdd998 fix typo in big_endian_read_32 2016-02-10 17:03:30 +01:00
Matthias Ringwald
746ccb7e4a rename sdp -> sdp_server 2016-02-07 00:16:04 +01:00
Matthias Ringwald
b072ba3345 l2cap: document events, add L2CAP_CAN_SEND_NOW, generate events 2016-02-05 14:38:48 +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
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
2c8dc43e81 conversion: basic find/sed script for renames 2016-01-31 20:38:52 +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
36f83f4111 java: fix L length fields to be 16 bit 2016-01-29 22:02:36 +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
7bd8e93b3a sdp_parser: replace sdp_query_rfcomm_service_event_t with regular hci event 2016-01-29 18:06:32 +01:00
Matthias Ringwald
c3b5b8a5c3 btstack_event_generator.py: automatic generation of event getters/setters 2016-01-29 15:44:26 +01:00
Matthias Ringwald
4b238d71c0 move more helper from java_binding.py to btstack_parser.py 2016-01-29 11:21:39 +01:00
Matthias Ringwald
bfd81087a7 Merge branch 'master' into ble-api-cleanup 2016-01-28 22:27:52 +01:00
Matthias Ringwald
9cae807ed4 Merge branch 'master' into ble-api-cleanup 2016-01-24 18:18:54 +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
1e59816644 ble: ancs_client_lib -> ancs_client, example: ancs_client -> ancs_client_demo 2016-01-21 14:42:13 +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
29d0c4f70f prefix memory_pool functions/types with btstack_ 2016-01-20 14:59:38 +01:00
Matthias Ringwald
d2e6c4b762 prefix memory_pool files with btstack_ 2016-01-20 14:56:28 +01:00
Matthias Ringwald
204f664b3d platform/daemon: drop src folder 2016-01-20 14:10:05 +01:00
Matthias Ringwald
d398ec02f8 use basename + .pklg as outname for create_packet_log tool 2016-01-06 11:36:16 +01:00
Matthias Ringwald
6dd9f576f6 Python 3 version 2015-12-21 17:09:25 +01:00
Matthias Ringwald
f55dd2ad86 Merge branch 'master' into ble-api-cleanup
Conflicts:
	tool/generate.py
2015-12-18 21:47:34 +01:00
Matthias Ringwald
e6e81fa083 fix java bindings generator after file move 2015-11-16 21:49:36 +01:00
Matthias Ringwald
b34012481f create service_record_item memory pool 2015-11-15 14:16:15 +01:00
Matthias Ringwald
3edc84c5b6 fix paths after source reorg 2015-11-13 15:04:41 +01:00