|
Re: BLE encryption : Which AES 128 decryptor to be used?
Hi Johan,
Indeed when using the Big Endian I'm getting the same result. I was mislead as I thought I had to use the little endian as my BLE central applic that needs to decode runs on a BBB, that is
Hi Johan,
Indeed when using the Big Endian I'm getting the same result. I was mislead as I thought I had to use the little endian as my BLE central applic that needs to decode runs on a BBB, that is
|
By
frv
·
#5650
·
|
|
Re: BLE Advertising raw data via scan response - bt_le_adv_start
Hi Johan,
Thanks, yup, I succeeded just before reading your answer.
Indeed I wrongly set my array size, and that after 25 years of 'professional' programming, shame on me... :(.
Anyhow, I'm getting
Hi Johan,
Thanks, yup, I succeeded just before reading your answer.
Indeed I wrongly set my array size, and that after 25 years of 'professional' programming, shame on me... :(.
Anyhow, I'm getting
|
By
frv
·
#5649
·
|
|
Re: BLE encryption : Which AES 128 decryptor to be used?
Hi Frank,
...
The “_le” in bt_encrypt_le stands for “little endian”. Most Bluetooth protocols are little endian, which is why this convenience API exists. Generic crypto APIs OTOH are usually
Hi Frank,
...
The “_le” in bt_encrypt_le stands for “little endian”. Most Bluetooth protocols are little endian, which is why this convenience API exists. Generic crypto APIs OTOH are usually
|
By
Johan Hedberg
·
#5648
·
|
|
Re: BLE Advertising raw data via scan response - bt_le_adv_start
Hi Frank,
That’s a zero-length array, i.e. it’s not allocating any memory for the variable. Consequently, trying to read or write bd1[0] will cause unexpected behaviour. Other than that I
Hi Frank,
That’s a zero-length array, i.e. it’s not allocating any memory for the variable. Consequently, trying to read or write bd1[0] will cause unexpected behaviour. Other than that I
|
By
Johan Hedberg
·
#5647
·
|
|
BLE encryption : Which AES 128 decryptor to be used?
Hi,
If I want to use "bt_encrypt_le", what should be the specification to find the right AES decryptor?
I thought I could use the AES_ECB_decrypt from the tiny-AES-C library see :
Hi,
If I want to use "bt_encrypt_le", what should be the specification to find the right AES decryptor?
I thought I could use the AES_ECB_decrypt from the tiny-AES-C library see :
|
By
frv
·
#5646
·
|
|
Re: NFC support Zephyr voor LE OOB secured pairing...
Hi Joakim,
Thanks for your feedback on the topic.
Indeed currently I'm using "passkey authorization" during the pairing process. Although I don't have a keyboard or display on my BLE devices I have
Hi Joakim,
Thanks for your feedback on the topic.
Indeed currently I'm using "passkey authorization" during the pairing process. Although I don't have a keyboard or display on my BLE devices I have
|
By
frv
·
#5645
·
|
|
BLE Advertising raw data via scan response - bt_le_adv_start
Hi,
I don't know what I'm doing wrong when trying to advertise raw data via the scan_response function parameter in bt_le_adv_start, probably overlooking something stupid, but I don't get this to
Hi,
I don't know what I'm doing wrong when trying to advertise raw data via the scan_response function parameter in bt_le_adv_start, probably overlooking something stupid, but I don't get this to
|
By
frv
·
#5644
·
|
|
Build improperly does a partial discard of 'const' defined variables
I have run across a build problem that appears to impact Arm platforms. The problem involves improper discarding of ‘const’ defined variables that are only referenced within a single file getting
I have run across a build problem that appears to impact Arm platforms. The problem involves improper discarding of ‘const’ defined variables that are only referenced within a single file getting
|
By
David Leach
·
#5643
·
|
|
Increasing minimum Zephyr Python version?
Hi everyone,
I recently saw this while running test cases for west in Shippable:
DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be
the last one supporting it. Please upgrade your
Hi everyone,
I recently saw this while running test cases for west in Shippable:
DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be
the last one supporting it. Please upgrade your
|
By
Marti Bolivar <marti@...>
·
#5642
·
|
|
https://scan.coverity.com/ is back online in read-only mode
Hi,
The service is back in read-only mode. If you have any issues assigned to you, please take the chance to look at the details of the issue and fix as soon as possible.
List of the open
Hi,
The service is back in read-only mode. If you have any issues assigned to you, please take the chance to look at the details of the issue and fix as soon as possible.
List of the open
|
By
Nashif, Anas
·
#5641
·
|
|
Zephyr/BLE stack: Problem pairing/bonding more than one device, whilst the first device is still connected.
Hi Zephyr group,
We have found on our Zephyr system that the first device (Android or iOS) pairs/bonds with not problems, but a second (or third etc) device fails to pair/bond most of the
Hi Zephyr group,
We have found on our Zephyr system that the first device (Android or iOS) pairs/bonds with not problems, but a second (or third etc) device fails to pair/bond most of the
|
By
Declan Traill <declan.traill@...>
·
#5640
·
|
|
Re: warning: TEST_RANDOM_GENERATOR
Hi,
The native_posix board does not use the Bluetooth simulator.
Its random generator is deterministic, but can be seeded ( --seed=<random_seed>) to enable reproducible tests(*1).
The nrf52_bsim
Hi,
The native_posix board does not use the Bluetooth simulator.
Its random generator is deterministic, but can be seeded ( --seed=<random_seed>) to enable reproducible tests(*1).
The nrf52_bsim
|
By
alpi@...
·
#5639
·
|
|
Re: warning: TEST_RANDOM_GENERATOR
Hello Alberto,
"Alberto Escolar Piedras (ALPI)" <ALPI@...> wrote:
D'oh, I stand corrected. Now I remember it, Bluetooth simulation
support, right?
[]
--
Best Regards,
Paul
Linaro.org |
Hello Alberto,
"Alberto Escolar Piedras (ALPI)" <ALPI@...> wrote:
D'oh, I stand corrected. Now I remember it, Bluetooth simulation
support, right?
[]
--
Best Regards,
Paul
Linaro.org |
|
By
Paul Sokolovsky
·
#5638
·
|
|
Code Freeze for 1.14 on Friday Feb 1st
All,
Just wanted to remind everyone that the code freeze for 1.14 will be this Friday. Please tag any PR as with 1.14 milestone that you feel should try and get merged as part of 1.14.
Thanks
- k
All,
Just wanted to remind everyone that the code freeze for 1.14 will be this Friday. Please tag any PR as with 1.14 milestone that you feel should try and get merged as part of 1.14.
Thanks
- k
|
By
Kumar Gala
·
#5637
·
|
|
Re: warning: TEST_RANDOM_GENERATOR
Hello Andrei,
"Andrei Gansari" <andrei.gansari@...> wrote:
We want to have a "random generator" device be present in Zephyr
setup, which various subsystems then can use (instead of failing).
Hello Andrei,
"Andrei Gansari" <andrei.gansari@...> wrote:
We want to have a "random generator" device be present in Zephyr
setup, which various subsystems then can use (instead of failing).
|
By
Paul Sokolovsky
·
#5636
·
|
|
warning: TEST_RANDOM_GENERATOR
Hello everyone,
I have a question regarding TEST_RANDOM_GENERATOR.
When building networking samples for boards with entropy devices is get the warning:
warning: TEST_RANDOM_GENERATOR (defined
Hello everyone,
I have a question regarding TEST_RANDOM_GENERATOR.
When building networking samples for boards with entropy devices is get the warning:
warning: TEST_RANDOM_GENERATOR (defined
|
By
Andrei Gansari
·
#5635
·
|
|
More datails about HAL architecture
Hello everyone!
I'm new to Zephyr and I'm considering to use it to build my next wearable project that will be based on the nRF5 SoC.
Having studied a bit the architecture of features of the project
Hello everyone!
I'm new to Zephyr and I'm considering to use it to build my next wearable project that will be based on the nRF5 SoC.
Having studied a bit the architecture of features of the project
|
By
Francesco Franchina <cescus92@...>
·
#5634
·
|
|
Re: [Zephyr-users] Introducing west, Zephyr's meta-tool
Hi Luiz,
By
Carles Cufi
·
#5633
·
|
|
Re: [Zephyr-users] Introducing west, Zephyr's meta-tool
Hi Carles,
Well I didn't have to go as far since someone already commented similar thing:
https://github.com/zephyrproject-rtos/zephyr/issues/6770#issuecomment-445496706
So attached vs detached
Hi Carles,
Well I didn't have to go as far since someone already commented similar thing:
https://github.com/zephyrproject-rtos/zephyr/issues/6770#issuecomment-445496706
So attached vs detached
|
By
Luiz Augusto von Dentz
·
#5632
·
|
|
Re: Introducing west, Zephyr's meta-tool
Hi all,
West is now merged to master.
The documentation build has completed but the new set of documents have not yet been published to docs.zephyrproject.org. As soon as those are updated online
Hi all,
West is now merged to master.
The documentation build has completed but the new set of documents have not yet been published to docs.zephyrproject.org. As soon as those are updated online
|
By
Carles Cufi
·
#5631
·
|