How to Configure Bluetooth on Ubuntu Using hciconfig

Bluetooth technology is essential for connecting various devices wirelessly, whether it’s for transferring files, connecting to a … Read more

Understanding Bluetooth Basics – Pairing and Handshaking Process

Bluetooth_ProtocolSequence

Bluetooth technology has become an integral part of our daily lives, enabling wireless communication between various devices. … Read more

Understanding Bluetooth Basics – Pairing and Handshaking process

Bluetooth_ProtocolSequence

What is Bluetooth? Bluetooth is a standardized protocol for sending and receiving data via a 2.4GHz wireless … Read more

Check Bluetooth services of a remote device

With following mechanism, we can check the Bluetooth profiles and services of a remote device, 1) Switch … Read more

Use hcitool to get Bluetooth device information

Below commands are shown for communication between Linux Laptop and Samsung Mobile to get Mobile bluetooth device … Read more

How to capture Bluetooth packets on Android ?

Bluetooth

When we want to capture bluetooth packets for some debugging in Android, we can follow below procedure. … Read more

adb shell command to Turn ON Bluetooth & make it discoverable

bluetooth

We can turn on the Bluetooth using adb command as below, once you type this on your … Read more

How to Turn ON and Turn OFF Bluetooth from command line ?

Rfkill is a tool for enabling and disabling wireless devices. Using “rfkill list” command we first check … Read more

How to check if Bluetooth device is UP or NOT using l2ping ?

If you want to know the bluetooth device you want to connect to is alive or not, … Read more