Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/kubernetes/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Bluetooth 使您的计算机可被发现_Bluetooth - Fatal编程技术网

Bluetooth 使您的计算机可被发现

Bluetooth 使您的计算机可被发现,bluetooth,Bluetooth,计算机上的.net应用程序需要使计算机可发现,启动服务,然后等待接受传入连接。我的应用程序/计算机是从设备,连接设备是主设备。所以我以编程方式将本地广播模式更改为可发现模式,启动服务并等待。。。但是,当设备应该连接到我的应用程序/计算机时,什么也没有发生 Windows帮助和支持具有以下功能: Control Panel ->search for bluetooth -> click on change bluetooth settings -> To make your co

计算机上的.net应用程序需要使计算机可发现,启动服务,然后等待接受传入连接。我的应用程序/计算机是从设备,连接设备是主设备。所以我以编程方式将本地广播模式更改为可发现模式,启动服务并等待。。。但是,当设备应该连接到我的应用程序/计算机时,什么也没有发生

Windows帮助和支持具有以下功能:

Control Panel ->search for bluetooth -> click on change bluetooth settings ->
To make your computer discoverable to Bluetooth enabled devices, 
select the check box for Allow Bluetooth devices to find this computer. 

When a Bluetooth enabled computer is in discovery mode, it broadcasts a 
wireless signal that allows it to be detected by other computers or devices. 
This is sometimes called pairing mode. If you check this box, your computer 
will still be able to detect Bluetooth enabled devices that are in discovery mode,
but they will not be able to detect your computer.

我不太清楚背景是什么。如果我选中该框,那么其他设备将能够检测到我,因为我被设置为可发现,但无法连接?????所以我的服务一直在监听,无法检测到任何传入的请求?我说的对吗?

您可以启用设备发现-这意味着其他设备将能够看到它。您可以启用设备传入连接-这意味着其他设备可以连接到它。更多详情: