IPWorks Bluetooth 2020 C++ Edition

Questions / Feedback?

ConnectionBacklog Property

The maximum number of pending connections maintained by the Bluetooth subsystem.

Syntax

ANSI (Cross Platform)
int GetConnectionBacklog();
int SetConnectionBacklog(int iConnectionBacklog); Unicode (Windows) INT GetConnectionBacklog();
INT SetConnectionBacklog(INT iConnectionBacklog);
#define PID_BTDAEMON_CONNECTIONBACKLOG 1

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

Default Value

4

Remarks

This property contains the maximum number of pending connections maintained by the Bluetooth subsystem. It is strongly recommended to set this to a low value to reduce the amount of system resources that are allocated when the server begins listening. The default value is 4.

This property is not available at design time.

Data Type

Integer

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