What did the Author mean by saying "Bluetooth does not provide native user authentication."

I was reading an article on Bluetooth security (see citation below), and in the introduction the authors writes:

“Bluetooth specifications provide for three basic security
services: –

Authentication: verifying the identity of
communicati… Continue reading What did the Author mean by saying "Bluetooth does not provide native user authentication."

ESP32 Refines Game Boy Bluetooth Adapter

Last year we brought word of a project from [Shyri Villar] that turned a stock Game Boy Advance into a Bluetooth controller by exploiting the system’s “multiboot” capability. The prototype hardware was a bit ungainly, but the concept was certainly promising. We’re now happy to report that the code has …read more

Continue reading ESP32 Refines Game Boy Bluetooth Adapter

Google & Apple join forces to develop smartphone COVID-19 contact tracing

In an unprecedented collaborative move, Google and Apple are working together to develop a novel smartphone-based system that can help identify those who have been in proximity to someone with COVID-19. The Bluetooth-based technology will begin rolling… Continue reading Google & Apple join forces to develop smartphone COVID-19 contact tracing

Apple, Google Team on Coronavirus Tracking – Sparking Privacy Fears

Apple and Google announced that decentralized Bluetooth technology will soon be rolled out for coronavirus contact tracing. The privacy implications are worrisome for some. Continue reading Apple, Google Team on Coronavirus Tracking – Sparking Privacy Fears

Why are some Bluetooth devices susceptible to ping floods and some are not?

Just for fun, I’ve ping flooded my bluetooth speaker at home using l2ping on Linux and I was unable to connect to it as the pinging continued. I’ve tried flooding my phone and it seems to have received the packets as I got a response (just… Continue reading Why are some Bluetooth devices susceptible to ping floods and some are not?

Using the Steam Controller with LEGO Motors

While Valve’s Steam Controller was ultimately a commercial failure, there’s no denying it’s an interesting piece of hardware. With dual trackpads, a wealth of buttons, and Bluetooth capability, it could be the ideal way to control your next build. Thanks to a recent project by [geggo], now you’ve even got …read more

Continue reading Using the Steam Controller with LEGO Motors

Sony aims to cut out the world with latest wireless headphones

Sony has some new wireless additions to its headphone range. First up is a pair of over-ear noise cancellation cans with dual noise sensors, all day playback and a mode that lets in the sounds of the outside world when needed. Then there are some true … Continue reading Sony aims to cut out the world with latest wireless headphones

How does BLE secure connection ensure man in the middle protection?

I understand BLE secure connection pairing mode is improvement over Legacy Pairing. The issue with legacy pairing was intial TK value can easily be bruteforce by an attacker.

In contrast, in secure connection, both device start by genera… Continue reading How does BLE secure connection ensure man in the middle protection?