共用方式為


BluetoothEnableIncomingConnections 函式 (bluetoothapis.h)

BluetoothEnableIncomingConnections 函式會修改本機藍牙無線電是否接受連入連線。

語法

BOOL BluetoothEnableIncomingConnections(
  HANDLE hRadio,
  BOOL   fEnabled
);

參數

hRadio

要變更是否啟用連入連線或 NULL 的有效本機單選句柄。 如果 為 NULL,則嘗試修改傳入連線接受會逐一查看所有本機無線電;如果呼叫修改任何無線電,則函式呼叫會成功。

fEnabled

旗標,指定是否要啟用或停用傳入連線接受。 設定為 TRUE 以啟用連入連線,將設定為 FALSE 以停用連入連線。

傳回值

如果成功變更傳入連線狀態,則傳回 TRUE 。 如果 hRadioNULL則 TRUE 的傳回值表示已成功變更一個本機無線電狀態。 如果未變更連入連線狀態,則傳回 FALSE ;如果 hRadioNULL,則沒有任何無線電接受狀態變更。

備註

無法連線的無線電是不可探索的。 在建立無線電不可連線之前,必須先進行不可探索的無線電。 在讓無線電無法連線之前,無法進行無法探索,將會導致 BluetoothEnableIncomingConnections 函式呼叫失敗。

規格需求

需求
最低支援的用戶端 Windows Vista、Windows XP 與 SP2 [僅限傳統型應用程式]
最低支援的伺服器 都不支援
目標平台 Windows
標頭 bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h)
程式庫 Bthprops.lib
Dll bthprops.cpl

另請參閱

BluetoothAuthenticateDevice

BluetoothAuthenticateMultipleDevices

BluetoothEnableDiscovery

BluetoothIsConnectable

BluetoothIsDiscoverable

BluetoothRegisterForAuthentication

BluetoothSendAuthenticationResponse

BluetoothUnregisterAuthentication