10560 Commits

Author SHA1 Message Date
Milanka Ringwald
d61023b23c mesh: add unit test for elements descriptions iterator, add missing getter for CONFIGURATION_COMPOSITION_DATA event, fix offsets in existing getters 2019-12-12 15:17:14 +01:00
Milanka Ringwald
873d831b6a mesh: fix offsets in element description iterator for data composition event [a2467] 2019-12-12 15:17:14 +01:00
Matthias Ringwald
ba39ed56d9 hci_cmd: add TI hci_ti_drpb_tester_con_tx and hci_ti_drpb_tester_packet_tx_rx 2019-12-11 14:54:45 +01:00
Milanka Ringwald
1126947f35 mesh: convenience iterator for element description list from Composite data received via MESH_SUBEVENT_CONFIGURATION_COMPOSITION_DATA event 2019-12-10 15:14:40 +01:00
Milanka Ringwald
b0e589ac8a mesh: rename configuration client events, send raw data for composition data event 2019-12-10 10:45:42 +01:00
Milanka Ringwald
1937dd5208 mesh: client relay proxy msgs [a2490] 2019-12-09 11:47:34 +01:00
Matthias Ringwald
57a9eeaef5 l2cap: fix creation of multiple outgoing l2cap channels (pull request #205) 2019-12-09 11:43:26 +01:00
Matthias Ringwald
93493c2701 att_db_util: fix typo in docu (pull request #154) 2019-12-09 11:43:26 +01:00
Milanka Ringwald
e38651d8f4 mesh: client configuration GATT proxy msgs [a2482] 2019-12-09 11:28:49 +01:00
Milanka Ringwald
344d65499b mesh: client configuration default TTL msgs [a2481] 2019-12-09 11:28:49 +01:00
Milanka Ringwald
3013af6a93 mesh: implement Config Composition Data Get cofiguration client message [a2466] 2019-12-09 11:28:49 +01:00
Milanka Ringwald
5448198c8e mesh: implement Config Beacon Set configuration client message [a2463] 2019-12-09 11:28:49 +01:00
Milanka Ringwald
699be93dac mesh: configuration client, define and send MESH_SUBEVENT_FOUNDATION_BEACON_STATUS event" 2019-12-09 11:28:49 +01:00
Matthias Ringwald
c5d6cafb93 btstack_crypto: use software aes128 for cmac generator [a2474] 2019-12-08 21:39:11 +01:00
Matthias Ringwald
d8fc648c51 btstack_crypto: use software aes128 for cmac message [a2473] 2019-12-08 21:38:41 +01:00
Matthias Ringwald
cfbd0db491 btstack_crypto: use rijndael aes128 if ENABLE_SOFTWARE_AES128 [a2472] 2019-12-07 22:34:47 +01:00
Matthias Ringwald
f13fc29007 btstack_crypto: move rijndael/aes128 implementation into 3rd-party [a2471] 2019-12-07 22:32:03 +01:00
Matthias Ringwald
414eb680d1 example/sm_pairing_peripheral: disable security request on connection complete 2019-12-07 21:31:08 +01:00
Matthias Ringwald
fa485b2b3f gap: trigger send of le conn param update on gap_request_connection_parameter_update 2019-12-06 17:53:53 +01:00
Matthias Ringwald
09c9c96382 gap: trigger send of le conn param update on gap_request_connection_parameter_update 2019-12-06 17:45:45 +01:00
Milanka Ringwald
aaf0c1d162 mesh: implement configuration client get beacon message [a2462] 2019-12-06 11:18:20 +01:00
Milanka Ringwald
2c060a94bb mesh: support 16 byte UUIDs in transport message builder 2019-12-06 11:07:20 +01:00
Milanka Ringwald
cc2a5f42a2 mesh: add skeleton files for mesh_configuration_client 2019-12-06 09:25:36 +01:00
Milanka Ringwald
04f45ea11b gatt-services: remove printf 2019-12-05 14:39:36 +01:00
Milanka Ringwald
85dc67fcd5 mesh: add mesh_generic_default_transition_time_client 2019-12-05 14:31:24 +01:00
Milanka Ringwald
5c1e046aaa mesh: remove element and index, add destination and status to status event 2019-12-05 14:31:24 +01:00
Matthias Ringwald
43d70f1d1b changelog: update for merge 2019-12-04 11:59:56 +01:00
Matthias Ringwald
0e0e98b284 chipset/cc256x: update initscripts CC256xC to v1.3 2019-12-04 11:20:13 +01:00
Milanka Ringwald
33439c2e02 mesh: declae input parameter as UNUSED, change return value type to bool 2019-12-03 14:52:52 +01:00
Milanka Ringwald
07affd8204 mesh: add mesh_generic_default_transition_time_server 2019-12-03 14:49:24 +01:00
Matthias Ringwald
01899c8b1f fix build 2019-12-03 12:57:15 +01:00
Matthias Ringwald
ff3cc4a537 MISRAC2012-Rule-14.4_d: use while(true) instead of while(1) 2019-12-03 12:52:10 +01:00
Matthias Ringwald
6e79178071 MISRAC2012-Rule-11.9: use NULL instead of 0 2019-12-03 12:39:19 +01:00
Matthias Ringwald
9f4d1a7b89 tool/misc: cocci script for if (ptr) operations, (void) memcpy 2019-12-03 12:23:19 +01:00
Matthias Ringwald
c10be05f57 example/pan_lwip_http_server: set CoD to Networking/Network Access Point 2019-12-03 10:57:21 +01:00
Matthias Ringwald
4251aeec03 example/pan_lwip_http_server: fix warnings 2019-12-02 18:19:48 +01:00
Matthias Ringwald
6535961a1f ignore memcpy return value (always returns first parameter) 2019-12-02 18:17:20 +01:00
Matthias Ringwald
9c2810d096 ad_parser: match declaration and implementation prototype 2019-12-02 17:59:26 +01:00
Matthias Ringwald
fb08d3bfcd ad_parser: replace for loop with simpler while for analysis 2019-12-02 17:57:21 +01:00
Matthias Ringwald
f1f3f303c6 hci_transport: remove packet type defines provided by bluetooth.h 2019-12-02 15:03:20 +01:00
Matthias Ringwald
6e084577f7 avoid // in block comments 2019-12-02 14:39:25 +01:00
Matthias Ringwald
d918542bd5 tool: avoid // in comments for header files generated by Bluetooth SIG web scraping 2019-12-02 14:37:32 +01:00
Matthias Ringwald
4d5915b3c6 att_db: use bool type 2019-12-02 13:53:27 +01:00
Matthias Ringwald
502376e308 des_iterator: use bool return types [a2445] 2019-12-02 12:33:49 +01:00
Matthias Ringwald
a0da043fe7 MISRAC2012-Rule-14.4_b: compare iterator pointer against NULL in for loops 2019-12-02 12:27:17 +01:00
Matthias Ringwald
2baf01d2b2 ad_parser: use bool return types 2019-12-02 12:26:00 +01:00
Matthias Ringwald
0fe46bc15b tlv: handle error for store_tag, document delete_tag expectations 2019-12-02 11:54:19 +01:00
Matthias Ringwald
88aeaf6c97 chipset/cc256x: fix append of edr3 power vector if not used before 2019-12-02 09:39:05 +01:00
Matthias Ringwald
c37df6f63f ATT Server: return error if request to send now for Notification or Indication already registered 2019-11-27 18:41:49 +01:00
Matthias Ringwald
d58a1b5f11 linked list/run loop: return true if item/data source/timer was removed 2019-11-27 18:23:11 +01:00