蓝牙基础学习笔记


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

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

相关推荐
赖small强3 天前
【蓝牙】BLE 数据收发实战指南(手机 App ↔ 嵌入式 Linux/BlueZ)
linux·蓝牙·bluez·bluetoothctl·dbus-monitor·central·peripheral
奔跑吧 android8 天前
【android bluetooth 协议分析 14】【HFP详解 2】【蓝牙电话绝对音量详解】
android·bluetooth·hfp·bt·ag
矜辰所致1 个月前
【导航】沁恒微 RISC-V 蓝牙 入门教程目录 【快速跳转】
沁恒微·蓝牙·risc-v·ble·ch585
不知名的前端专家1 个月前
uniapp安卓原生插件实现开启ble Server[外围模式]
android·uni-app·蓝牙
静止了 所有的花开2 个月前
BlueZ 学习之GATT Server开发
蓝牙·glib·gatt·bluez·gatt server·d‑bus
奔跑吧 android3 个月前
【android bluetooth 协议分析 01】【HCI 层介绍 30】【hci_event和le_meta_event如何上报到btu层】
ble·bluetooth·aosp13·br/edr·hci_event·le_meta_event
Molesidy3 个月前
【Bluetooth】【基础篇】第二章 关于蓝牙协议栈架构与其硬件方案架构大致概述
bluetooth·蓝牙通信协议
Molesidy3 个月前
【Bluetooth】【Transport层篇】第四章 基于基础UART的蓝牙硬件发送协议 UART H4 Transport详解
bluetooth·uart h4
zzc9213 个月前
手机(电脑)与音响的蓝牙通信
智能手机·电脑·蓝牙·2.4g·ble·嗅探