/// When this handle is no longer needed, it must be closed via the BluetoothFindRadioClose.
private static extern bool BluetoothFindRadioClose(ref IntPtr hFind);
Private Shared Function BluetoothFindRadioClose(ByVal hFind As IntPtr) As Integer