IPWorks Bluetooth 2020 C++ Edition

Questions / Feedback?

RadioConnectable Property

Gets or sets whether a Bluetooth radio accepts incoming connections.

Syntax

ANSI (Cross Platform)
int GetRadioConnectable();
int SetRadioConnectable(int bRadioConnectable); Unicode (Windows) BOOL GetRadioConnectable();
INT SetRadioConnectable(BOOL bRadioConnectable);
#define PID_BTINFO_RADIOCONNECTABLE 13

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 defines whether a Bluetooth radio allows incoming connections.

Note: Before setting this value to False, RadioDiscoverable must be set to False.

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]