IPWorks Bluetooth 2020 C++ Edition

Questions / Feedback?

RadioDiscoverable Property

Gets or sets whether a Bluetooth radio is discoverable.

Syntax

ANSI (Cross Platform)
int GetRadioDiscoverable();
int SetRadioDiscoverable(int bRadioDiscoverable); Unicode (Windows) BOOL GetRadioDiscoverable();
INT SetRadioDiscoverable(BOOL bRadioDiscoverable);
#define PID_BTINFO_RADIODISCOVERABLE 15

IPWORKSBT_EXTERNAL void* IPWORKSBT_CALL IPWorksBT_BTInfo_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSBT_EXTERNAL int IPWORKSBT_CALL IPWorksBT_BTInfo_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

FALSE

Remarks

This property specifies whether a Bluetooth radio is discoverable. This must be set to True to allow other devices to find this radio. Set this value to False to prevent other devices from discovering this radio.

This property is automatically updated when setting RadioIndex.

This property is not available at design time.

Data Type

Boolean

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Bluetooth 2020 C++ Edition - Version 20.0 [Build 7941]