BluetoothEnableIncomingConnections function bluetooth

int BluetoothEnableIncomingConnections(
  1. int hRadio,
  2. int fEnabled
)

The BluetoothEnableIncomingConnections function modifies whether a local Bluetooth radio accepts incoming connections.

BOOL BluetoothEnableIncomingConnections(
  HANDLE hRadio,
  BOOL   fEnabled
);

Implementation

int BluetoothEnableIncomingConnections(int hRadio, int fEnabled) =>
    _BluetoothEnableIncomingConnections(hRadio, fEnabled);