蓝牙基础学习笔记


author: hjjdebug

date: 早期

descrip: 蓝牙基础


文章目录

  • [1. linux 怎样判断笔记本是否有蓝牙功能](#1. linux 怎样判断笔记本是否有蓝牙功能)
  • [2. 安装bluetooth 工具 bluez](#2. 安装bluetooth 工具 bluez)
    • [2.1 hciconfig HCI 设备配置工具](#2.1 hciconfig HCI 设备配置工具)
    • [2.2 hcitool ,HCI 设备管理工具](#2.2 hcitool ,HCI 设备管理工具)

早期学习蓝牙的一个笔记.(入门基础),留念.

1. linux 怎样判断笔记本是否有蓝牙功能

$ lsmod |grep -i blue

bluetooth 548864 9 btrtl,btintel,btbcm,ath3k,btusb,rfcomm

ecdh_generic 16384 1 bluetooth

说明有bluetooth 模块

$ lsusb

Bus 001 Device 006: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller

Bus 001 Device 007: ID 0cf3:0036 Atheros Communications, Inc.

Bus 001 Device 004: ID 0c45:670b Microdia

Bus 001 Device 003: ID 17ef:6025 Lenovo ThinkPad Travel Mouse

Bus 001 Device 002: ID 8087:8001 Intel Corp.

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Bus 002 Device 002: ID 413c:2105 Dell Computer Corp. Model L100 Keyboard

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

对 ID 0cf3:0036 表示严重关切!

$ lsusb -d 0cf3:0036 看到了详细信息.

sudo lshw -C bus 或者 sudo lshw |grep usb 都能确认是否有蓝牙功能.

2. 安装bluetooth 工具 bluez

$sudo apt install bluez

于是hciconfig, hcitool, rfcommand 等命令均可使用


2.1 hciconfig HCI 设备配置工具


$ hciconfig -h // 一堆使用帮助信息,可以打开,关闭,复位hcix设备,以及改变名称,开启关闭广播,查询状态等操作.

$ hciconfig 或 hciconfig -a

hci0: Type: Primary Bus: USB

BD Address: 4C:BB:58:5D:D1:1D ACL MTU: 1022:8 SCO MTU: 183:5

UP RUNNING

RX bytes:144891 acl:7105 sco:0 events:7380 errors:0

TX bytes:157287 acl:7106 sco:0 commands:82 errors:0

$ hciconfig hci0 name

hci0: Type: Primary Bus: USB

BD Address: 4C:BB:58:5D:D1:1D ACL MTU: 1022:8 SCO MTU: 183:5

Name: 'Bluetooth USB Host Controller'


2.2 hcitool ,HCI 设备管理工具


$ hcitool -h

$ hcitool dev

Devices:

hci0 4C:BB:58:5D:D1:1D

$ hcitool scan

Scanning ...

00:9E:C8:63:59:D7 客厅的小米盒子

$ hcitool

其它工具: bluetoothctl bluetoothd bluetooth-sendto

与调试有关, 功力不够,下次再叙!

相关推荐
wzfj123453 天前
bt-l2cap 深入理解重点接口 l2c_link_check_send_pkts
蓝牙·bluetooth·bt
babytiger3 天前
ble扫描相关的问题,蓝牙 MAC 是否可以确定厂商?
蓝牙·ble
summerkissyou19874 天前
android -wifi/蓝牙-常见面试题
android·wifi·bluetooth
whik119416 天前
ESP32-C3-DevKitM-1开发板深度上手评测
wifi·嵌入式·esp32·arduino·蓝牙·开发板·乐鑫
Darkershadow17 天前
蓝牙学习之发送 Mesh Provisioning Service advertising
学习·蓝牙·ble·mesh
byte轻骑兵21 天前
从HCI报文透视LE Audio重连流程(3):音频流建立、同步与终止
音视频·蓝牙·le audio·cig/cis·广播音频
summerkissyou19871 个月前
android-蓝牙-广播启动-startAdvertising和startAdvertisingSet区别
android·蓝牙
Darkershadow1 个月前
蓝牙学习之Time Set
python·学习·蓝牙·ble·mesh
榕树子1 个月前
【蓝牙】安全密钥如何生成:蓝牙Mesh网络的安全基石
安全·蓝牙
Ar呐1 个月前
软考网规篇之无线通信网——无线个域网蓝牙和Zigbee、移动通信和5G
5g·蓝牙·zigbee·高级软考·网络规划设计师