BLUETOOTH_FIND_RADIO_PARAMS结构有助于枚举已安装的蓝牙无线电。 语法 C++ 复制 typedef struct _BLUETOOTH_FIND_RADIO_PARAMS { DWORD dwSize; } BLUETOOTH_FIND_RADIO_PARAMS; 成员 dwSize BLUETOOTH_FIND_RADIO_PARAMS 结构的大小(以字节为单位)。 要求 展开表 要求值 最低受支持的客户端 Window...
BLUETOOTH_FIND_RADIO_PARAMS结构的大小(以字节为单位)。 要求 要求值 最低受支持的客户端Windows Vista、Windows XP SP2 [仅限桌面应用] 最低受支持的服务器无受支持的版本 标头bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h) 另请参阅 BluetoothFindFirstRadio ...
BluetoothFindFirstRadio函数开始枚举本地蓝牙无线电。 语法 C++ HBLUETOOTH_RADIO_FINDBluetoothFindFirstRadio(constBLUETOOTH_FIND_RADIO_PARAMS *pbtfrp, [out] HANDLE *phRadio ); 参数 pbtfrp 指向BLUETOOTH_FIND_RADIO_PARAMS结构的指针。pbtfrp指向的BLUETOOTH_FIND_RADIO_PARAMS结构的dwSize成员必须与结构的大小匹配...
BLUETOOTH_FIND_RADIO_PARAMS*pbtfrp, HANDLE*phRadio); BluetoothFindFirstRadio函数开始枚举本地蓝牙无线电。 参数: pbtfrp Pointer to aBLUETOOTH_FIND_RADIO_PARAMSstructure. ThedwSizemember of theBLUETOOTH_FIND_RADIO_PARAMSstructure pointed to bypbtfrpmust match the size of the structure. See Return Value...
BLUETOOTH_FIND_RADIO_PARAMS構造により、インストールされている Bluetooth 無線の列挙が容易になります。 BLUETOOTH_LOCAL_SERVICE_INFO_STRUCT Bluetooth デバイスのローカル サービス情報が含まれます。 BLUETOOTH_NUMERIC_COMPARISON_INFO BLUETOOTH_NUMERIC_COMPARISON_INFO構造体には、数値比較による認証に...
Pointer to aBLUETOOTH_FIND_RADIO_PARAMSstructure. ThedwSizemember of theBLUETOOTH_FIND_RADIO_PARAMSstructure pointed to bypbtfrpmust match the size of the structure. [out] phRadio Pointer to where the first enumerated radio handle will be returned. When no longer needed, this handle must be c...
BLUETOOTH_DEVICE_SEARCH_PARAMS结构 BLUETOOTH_FIND_RADIO_PARAMS 结构 BLUETOOTH_IO_CAPABILITY 枚举 BLUETOOTH_LOCAL_SERVICE_INFO_STRUCT 结构 BLUETOOTH_NUMERIC_COMPARISON_INFO 结构 BLUETOOTH_OOB_DATA_INFO结构 BLUETOOTH_PASSKEY_INFO 结构 BLUETOOTH_PIN_INFO 结构 ...
BLUETOOTH_DEVICE_SEARCH_PARAMS结构 BLUETOOTH_FIND_RADIO_PARAMS 结构 BLUETOOTH_IO_CAPABILITY 枚举 BLUETOOTH_LOCAL_SERVICE_INFO_STRUCT 结构 BLUETOOTH_NUMERIC_COMPARISON_INFO 结构 BLUETOOTH_OOB_DATA_INFO结构 BLUETOOTH_PASSKEY_INFO 结构 BLUETOOTH_PIN_INFO 结构 BLUETOOTH_RADIO_INFO 结构 BLUETOOTH_SELECT_DEVICE_...
var kBluetoothL2CAPConfigurationResultUnacceptableParams: BluetoothL2CAPConfigurationResult var kBluetoothL2CAPConfigurationResultUnknownOptions: BluetoothL2CAPConfigurationResult var kBluetoothL2CAPConfigurationRetransmissionModeFlag: BluetoothL2CAPConfigurationRetransmissionAndFlowControlFlags var kBluetoothL2CAPConfiguration...
从API version 9开始废弃,建议使用bluetoothManager.on('bluetoothDeviceFind')替代。 需要权限:ohos.permission.USE_BLUETOOTH 系统能力:SystemCapability.Communication.Bluetooth.Core。 参数: 参数名 类型 必填 说明 type string 是 填写"bluetoothDeviceFind"字符串,表示蓝牙设备发现事件。 callback Callback<...