6959 Commits

Author SHA1 Message Date
Matthias Ringwald
c692d77638 sm: use micro-ecc for p256r1 calculation 2017-04-13 15:23:09 +02:00
Matthias Ringwald
af03003c8a 3rd-party: add micro-ecc/static e4d264b https://github.com/kmackay/micro-ecc.git and test/security_manager/ecc_micro_ecc 2017-04-13 15:23:09 +02:00
Matthias Ringwald
fc5bff5f5a sm: store public key in single 64 byte array instead of two 32 byte arrays 2017-04-13 15:23:09 +02:00
Matthias Ringwald
9d28751f62 test/sm: rename ectest -> ecc_mbed_tls 2017-04-13 15:23:09 +02:00
Milanka Ringwald
78d08d098e move choose config to avdtp 2017-04-12 15:58:49 +02:00
Matthias Ringwald
6211b0c037 example/sco_util: fix unused var warning 2017-04-12 15:45:54 +02:00
Milanka Ringwald
f9bca1f39e avdtp: use avdtp cid instead con handle 2017-04-12 14:12:50 +02:00
Milanka Ringwald
57f317a13d add media con handle to stream endpoint 2017-04-12 11:34:57 +02:00
Milanka Ringwald
9e42cfcc12 remove sep tracking from demo apps 2017-04-12 11:08:24 +02:00
Milanka Ringwald
85efc5ac63 avdtp: add remote seps on discovery 2017-04-11 18:05:24 +02:00
Matthias Ringwald
68b642b5ca docs: fix typo gatt server properties 2017-04-11 17:55:32 +02:00
Milanka Ringwald
44c53bbced avdtp: move remote seps to connection 2017-04-11 17:37:46 +02:00
Milanka Ringwald
e08eb62a64 remove audio ring buffer 2017-04-11 15:56:33 +02:00
Matthias Ringwald
6401061a3c hci_dump: use printf for log_... if packet log is not open on posix 2017-04-10 15:20:47 +02:00
Matthias Ringwald
e950fa96e9 util: make log_debug_hexdump only print hexdump if ENABLE_LOG_DEBUG 2017-04-10 15:19:58 +02:00
Matthias Ringwald
b304e673c2 h5: use log_debug[_hexdump] for debug level output 2017-04-07 22:34:20 +02:00
Matthias Ringwald
cb42147ab2 hci_debug: add log_debug_hexdump 2017-04-07 22:33:17 +02:00
Milanka Ringwald
c79ed74c57 add mod, move streuct to avdtp 2017-04-07 16:15:01 +02:00
Milanka Ringwald
25cdefb095 use hxcmod player, in addition to playing sine 2017-04-07 15:20:42 +02:00
Matthias Ringwald
daa2e90cf2 h5: add hci_transport_h5_enable_bcsp_mode() to use BCSP with CSR chipsets 2017-04-07 12:39:30 +02:00
Matthias Ringwald
ca93b47d3c csr: don't enable parity for H5 with PS Keys. doesn't help, only breaks H5 2017-04-07 12:39:30 +02:00
Matthias Ringwald
834bce8cfd hci: reset H5/BCSP link for CSR with baud change 2017-04-07 12:39:30 +02:00
Milanka Ringwald
c5456c210e fix compile warnings 2017-04-07 10:12:36 +02:00
Milanka Ringwald
a4cd9b30c1 added 3rd party hxcmod player 2017-04-07 10:10:26 +02:00
Matthias Ringwald
1b84b25d6a sdp_util: fix sdp_service_search_pattern_for_uuid128 2017-04-06 16:21:52 +02:00
Matthias Ringwald
55bb522c69 sdp_client_rfcomm: mark read-only args as const 2017-04-06 14:16:05 +02:00
Matthias Ringwald
5222912b1f util: mark all read-only arguments as const 2017-04-06 14:13:15 +02:00
Matthias Ringwald
09ac355c8a sdp_rfcom_query: add sdp_client_query_rfcomm_channel_and_name_for_uuid128, use sdp_service_search_pattern_for_uuid16 and sdp_service_search_pattern_for_uuid128 instead of creating search pattern manually 2017-04-06 12:18:31 +02:00
Milanka Ringwald
aa8c26dbfa avdtp: move preparing media packet and sending to avdtp source 2017-04-05 17:05:54 +02:00
Milanka Ringwald
5f835ed86f avdtp: use actual sbc_frame_bytes 2017-04-05 14:23:32 +02:00
Milanka Ringwald
699ee5096c avdtp: move sbc encoder state to app, use actual configuration 2017-04-05 14:18:50 +02:00
Milanka Ringwald
a04ed5e965 move handling stream endpoint state to avdtp source 2017-04-04 16:26:40 +02:00
Milanka Ringwald
ab07e0cd4a move sbc buffer to app 2017-04-04 15:45:33 +02:00
Milanka Ringwald
659f0ea70b move timer to app 2017-04-04 15:25:40 +02:00
Milanka Ringwald
1b5de46c3e move samples tracking to app 2017-04-04 15:22:55 +02:00
Milanka Ringwald
8e64e2dad6 avdtp: extract streaming context struct 2017-04-04 15:14:53 +02:00
Milanka Ringwald
f7103c9035 avdtp: move sending code to app 2017-04-04 15:01:21 +02:00
Milanka Ringwald
4ae2f2585c avdtp source: remove unused api call 2017-04-04 14:30:38 +02:00
Milanka Ringwald
af68b735bb avdtp source: move audio buffer to the app 2017-04-04 14:29:08 +02:00
Milanka Ringwald
1bb14c3802 avdtp source: move buffer storage to the app 2017-04-04 14:16:00 +02:00
Milanka Ringwald
432dd4e851 avdtp source: move run to the app 2017-04-04 13:50:59 +02:00
Milanka Ringwald
c7288d936f avdtp source: move audio buffer handler to the app 2017-04-04 13:47:43 +02:00
Milanka Ringwald
842624026c avdtp source: move timer to the app 2017-04-04 13:38:30 +02:00
Milanka Ringwald
f68a5d67c5 avdtp: move stream start/stop to the app code 2017-04-04 13:27:40 +02:00
Milanka Ringwald
af2a1430b5 pts: fix avdtp_source_test compilation 2017-04-04 11:55:09 +02:00
Milanka Ringwald
1e4d3ef7c6 add avdtp_source_demo file 2017-04-04 11:34:01 +02:00
Milanka Ringwald
6501960148 move avdtp_source_test to pts 2017-04-04 11:34:01 +02:00
Milanka Ringwald
6959beff72 le data channels: fix pts test compile 2017-04-04 11:26:04 +02:00
Milanka Ringwald
11cae19e58 l2cap: fix for le data channels 2017-04-04 11:24:24 +02:00
Matthias Ringwald
e4aea38e5f tool: strip newlines from packet log in create_packet_log.py 2017-04-03 19:12:02 +02:00