1336 Commits

Author SHA1 Message Date
Matthias Ringwald
dc0c53e19d mesh: update ccm api 2019-07-20 08:50:22 +02:00
Matthias Ringwald
2df6ee7dfe mesh: use larger decryption buffer 2019-07-20 08:50:22 +02:00
Matthias Ringwald
f34c9bad7b mesh: correct cypher len for second block 2019-07-20 08:50:22 +02:00
Matthias Ringwald
2718b724e4 mesh: start decoding received messages 2019-07-20 08:50:22 +02:00
Matthias Ringwald
7dc13593a6 mesh: generate new public key for each connection in provisioning_provisioner 2019-07-20 08:50:22 +02:00
Matthias Ringwald
0f9e9e3d36 mesh: generate new public key for each provisioning in provisioning_device 2019-07-20 08:50:22 +02:00
Matthias Ringwald
96dbb9e18a mesh: disconnect link on invalid public key in provisioning_provisioner 2019-07-20 08:50:22 +02:00
Matthias Ringwald
d2447ec35f mesh: validate public key in provisioning_device 2019-07-20 08:50:22 +02:00
Matthias Ringwald
1748905192 mesh: validate NetMIC and try next key on mismatch 2019-07-20 08:50:22 +02:00
Matthias Ringwald
4576c61124 mesh: fix decryption 2019-07-20 08:50:22 +02:00
Matthias Ringwald
88f5388d43 mesh: draft implementation to process network pdu 2019-07-20 08:50:22 +02:00
Matthias Ringwald
783b33ef4a mesh: fix compile 2019-07-20 08:50:22 +02:00
Matthias Ringwald
8c8d9cfb4f mesh: dump provisioning data 2019-07-20 08:50:22 +02:00
Matthias Ringwald
59889268bc mesh: add k2 to mesh_provisioning_data, test message #1 2019-07-20 08:50:22 +02:00
Matthias Ringwald
bdecc9c9d3 mesh: draft implementation to create network pdu from transport pdu 2019-07-20 08:50:22 +02:00
Matthias Ringwald
9e0a5e85ba mesh: calc k2 with netkey in provisioning_device 2019-07-20 08:50:22 +02:00
Matthias Ringwald
db923fb98a mesh: collect mesh-related crypto functions in /mesh_crypto 2019-07-20 08:50:22 +02:00
Matthias Ringwald
b7f1c2ae8d mesh: use rijndael from test folder 2019-07-20 08:50:21 +02:00
Matthias Ringwald
1fbe4564be restart mesh development based on current develop and existing mesh branches 2019-07-20 08:50:21 +02:00
Matthias Ringwald
b2bfd6ae96 test/security_manager: fix test - no hashes are calculated on connect 2019-05-17 19:39:32 +02:00
Matthias Ringwald
0d5520a9a5 btstack_tlv_flash_bank: support targets where a value cannot be overwritten with zero 2019-05-14 10:53:38 +02:00
Matthias Ringwald
80e33422a9 Use FILENAME_H as include guard (MISRAC2012-Rule-21.1) 2019-05-11 19:08:52 +02:00
Matthias Ringwald
e90da8a6c2 fix built 2019-05-01 21:49:47 +02:00
Matthias Ringwald
6323f788ac test/hfp: fix test sequences 2019-04-18 23:11:54 +02:00
Matthias Ringwald
560b7bdb62 fix warnings 2019-04-18 21:40:35 +02:00
Matthias Ringwald
31eaaa99f8 example/hog demos: use correct event getter to access con handle 2019-04-08 22:09:59 +02:00
Matthias Ringwald
9022b6898e test/hfp: reduce warnings and output 2019-03-31 22:19:16 +02:00
Matthias Ringwald
6d80b49579 test/avrcp: fix compilation 2019-03-30 22:13:17 +01:00
Matthias Ringwald
489a58de68 fix compilation 2019-03-30 21:30:47 +01:00
Matthias Ringwald
432bd28d3f stm32-f4discovery-cc256x, test/avrcp: fix compile 2019-03-27 15:21:19 +01:00
Milanka Ringwald
c4e8cd112f goep_client: rename functions 2019-03-27 12:00:33 +01:00
Milanka Ringwald
c446645633 goep_client: use obex builder functions 2019-03-27 12:00:33 +01:00
Milanka Ringwald
614e15bca8 test/obex_message_builder: move const params from test group 2019-03-27 12:00:33 +01:00
Milanka Ringwald
7c00601704 obex_message_builder: extract functionality 2019-03-27 12:00:33 +01:00
Milanka Ringwald
ad62ff3d7f test/obex message builder: funcitons for building messages with buffer provided as input param 2019-03-27 12:00:33 +01:00
Milanka Ringwald
75d4bd1c15 map_server: fix name 2019-03-27 12:00:33 +01:00
Milanka Ringwald
344f488c47 test/obex : start obex builder test 2019-03-27 12:00:33 +01:00
Milanka Ringwald
b6b303d9a0 map_util: move code map messages parsing 2019-03-27 12:00:33 +01:00
Milanka Ringwald
bab13b64a1 map_xml_test: extract functions for parsing messages, emit events 2019-03-27 12:00:33 +01:00
Milanka Ringwald
6fd593aa3c map_xml_test: unit test for MAP msg parsing 2019-03-27 12:00:33 +01:00
Milanka Ringwald
8b73b7c557 map_client: use obex iterator 2019-03-27 12:00:33 +01:00
Milanka Ringwald
f520e88f4a map_server: fix supported features type 2019-03-27 12:00:33 +01:00
Milanka Ringwald
ebb2715c2c map_client_text: proof of concept, msg notification server 2019-03-27 12:00:33 +01:00
Milanka Ringwald
3eb02ce6c7 map_client: enable/disable notification 2019-03-27 12:00:33 +01:00
Milanka Ringwald
88954725a2 goep_server: SDP records for message and notification service 2019-03-27 12:00:33 +01:00
Milanka Ringwald
1de2336c91 map: sdp record for server 2019-03-27 12:00:33 +01:00
Milanka Ringwald
c7ad90d129 map_client: fix get message 2019-03-27 12:00:33 +01:00
Milanka Ringwald
0cb4d92c9e map_client: set path, get folders and messages, draft impl 2019-03-27 12:00:33 +01:00
Milanka Ringwald
47e764c40c map_client: connect, disconnect, get folders draft 2019-03-27 12:00:33 +01:00
Matthias Ringwald
163d9175bb test/hfp: handle plc of sco frames with 120 samples 2019-03-08 17:20:42 +01:00