我想将蓝牙设备设置为可发现模式。我使用pybluez编写了以下代码,但它只是宣传了该服务。如何设置可发现模式以便Android设备可以找到它?
uuid = "94f39d29-7d6d-437d-973b-fba39e49d4ee"
advertise_service(
server_sock, "SampleServer",
service_id = uuid,
service_classes = [uuid, SERIAL_PORT_CLASS],
profiles = [SERIAL_PORT_PROFILE],
# protocols = [OBEX_UUID]
)
答案 0 :(得分:0)
类型:
$ bluetoothctl
之后:
$
上可发现
您的设备现在可以发现一分钟。