Class BluetoothApis.BLUETOOTH_DEVICE_SEARCH_PARAMS

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.BluetoothApis.BLUETOOTH_DEVICE_SEARCH_PARAMS
Enclosing interface:
BluetoothApis

@FieldOrder({"dwSize","fReturnAuthenticated","fReturnRemembered","fReturnUnknown","fReturnConnected","fIssueInquiry","cTimeoutMultiplier","hRadio"}) public static class BluetoothApis.BLUETOOTH_DEVICE_SEARCH_PARAMS extends Structure
The BLUETOOTH_DEVICE_SEARCH_PARAMS structure specifies search criteria for Bluetooth device searches.
See Also:
  • Field Details

    • dwSize

      public int dwSize
      Size of the structure, in bytes.
    • fReturnAuthenticated

      public boolean fReturnAuthenticated
      Whether to return authenticated devices.
    • fReturnRemembered

      public boolean fReturnRemembered
      Whether to return remembered devices.
    • fReturnUnknown

      public boolean fReturnUnknown
      Whether to return unknown devices.
    • fReturnConnected

      public boolean fReturnConnected
      Whether to return connected devices.
    • fIssueInquiry

      public boolean fIssueInquiry
      Whether to issue a new inquiry.
    • cTimeoutMultiplier

      public byte cTimeoutMultiplier
      Timeout for the inquiry in increments of 1.28 seconds. Maximum value is 48.
    • hRadio

      public WinNT.HANDLE hRadio
      Handle to the radio on which to perform the inquiry. Set to null for all radios.
  • Constructor Details

    • BLUETOOTH_DEVICE_SEARCH_PARAMS

      public BLUETOOTH_DEVICE_SEARCH_PARAMS()
      Creates a new instance and sets dwSize.